Skip to content

Commit

Permalink
Update pub credentials (#605)
Browse files Browse the repository at this point in the history
Pub recently started requiring more OAuth2 scopes than our old
credentials held.
  • Loading branch information
nex3 authored Feb 22, 2019
1 parent 8ab9ce1 commit 0929aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.17.2-dev
version: 1.17.2
description: A Sass implementation in Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/sass/dart-sass
Expand Down
Binary file modified tool/travis/credentials.tar.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions tool/travis/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Decrypts the encrypted credentials using Travis's private key and saves them
# to credentials.tar.
function decrypt_credentials() {
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key \
-iv $encrypted_d18df560dfb2_iv \
openssl aes-256-cbc -K $encrypted_867f88017e77_key \
-iv $encrypted_867f88017e77_iv \
-in tool/travis/credentials.tar.enc \
-out credentials.tar -d
}
Expand Down

0 comments on commit 0929aa5

Please sign in to comment.