Skip to content

Commit

Permalink
build: re-generate encrypted git gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 12, 2019
1 parent 0ef2c6c commit 6b6ba8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node_js: v10
before_install:
# Decrypt the git_gpg_keys.asc.enc key into /tmp/git_gpg_keys.asc
- openssl aes-256-cbc -K $encrypted_1a21386119ca_key -iv $encrypted_1a21386119ca_iv -in git_gpg_keys.asc.enc -out /tmp/git_gpg_keys.asc -d
- openssl aes-256-cbc -K $encrypted_1645300b04d0_key -iv $encrypted_1645300b04d0_iv -in git_gpg_keys.asc.enc -out /tmp/git_gpg_keys.asc -d
# Make sure only the current user can read the keys
- chmod 600 /tmp/git_gpg_keys.asc
# Import the gpg key
Expand Down
Binary file modified git_gpg_keys.asc.enc
Binary file not shown.

0 comments on commit 6b6ba8a

Please sign in to comment.