Skip to content

Commit 0929aa5

Browse files
authored
Update pub credentials (#605)
Pub recently started requiring more OAuth2 scopes than our old credentials held.
1 parent 8ab9ce1 commit 0929aa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.17.2-dev
2+
version: 1.17.2
33
description: A Sass implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/sass/dart-sass

tool/travis/credentials.tar.enc

0 Bytes
Binary file not shown.

tool/travis/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Decrypts the encrypted credentials using Travis's private key and saves them
66
# to credentials.tar.
77
function decrypt_credentials() {
8-
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key \
9-
-iv $encrypted_d18df560dfb2_iv \
8+
openssl aes-256-cbc -K $encrypted_867f88017e77_key \
9+
-iv $encrypted_867f88017e77_iv \
1010
-in tool/travis/credentials.tar.enc \
1111
-out credentials.tar -d
1212
}

0 commit comments

Comments
 (0)