mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-21 21:31:11 +01:00
Update encrypted credentials (#682)
The old npm credentials got leaked in sass/migrator#44 as a result of dart-lang/pub#2132.
This commit is contained in:
parent
4b7699291c
commit
1027737d9c
Binary file not shown.
@ -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_867f88017e77_key \
|
||||
-iv $encrypted_867f88017e77_iv \
|
||||
openssl aes-256-cbc -K $encrypted_b4541d8c554c_key \
|
||||
-iv $encrypted_b4541d8c554c_iv \
|
||||
-in tool/travis/credentials.tar.enc \
|
||||
-out credentials.tar -d
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user