Skip to content

Commit 3e5d475

Browse files
authored
Add new npm credentials (#408)
The old credentials were invalidated due to https://status.npmjs.org/incidents/dn7c1fgrr7ng.
1 parent 3032afd commit 3e5d475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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_d472b0f964cc_key \
9-
-iv $encrypted_d472b0f964cc_iv \
8+
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key \
9+
-iv $encrypted_d18df560dfb2_iv \
1010
-in tool/travis/credentials.tar.enc \
1111
-out credentials.tar -d
1212
}

0 commit comments

Comments
 (0)