Skip to content

Commit

Permalink
Add new npm credentials (#408)
Browse files Browse the repository at this point in the history
The old credentials were invalidated due to
https://status.npmjs.org/incidents/dn7c1fgrr7ng.
  • Loading branch information
nex3 authored Jul 13, 2018
1 parent 3032afd commit 3e5d475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_d472b0f964cc_key \
-iv $encrypted_d472b0f964cc_iv \
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key \
-iv $encrypted_d18df560dfb2_iv \
-in tool/travis/credentials.tar.enc \
-out credentials.tar -d
}
Expand Down

0 comments on commit 3e5d475

Please sign in to comment.