Skip to content

Commit

Permalink
fix(build): replace GPG key (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com>
  • Loading branch information
MDarmawan authored Nov 22, 2024
1 parent 615077f commit 2ef9ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/setupSigning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Importing signing key..."

# Modify the command below to use the correct environment variables
# that were added to your Travis build settings when you encrypted your signing.key file.
openssl aes-256-cbc -K $encrypted_4b7d603e7466_key -iv $encrypted_4b7d603e7466_iv -in build/signing.key.enc -out build/signing.key -d
openssl aes-256-cbc -K $encrypted_dd136facc397_key -iv $encrypted_dd136facc397_iv -in build/signing.key.enc -out build/signing.key -d

gpg --version
gpg --batch --import build/signing.key
Expand Down
Binary file modified build/signing.key.enc
Binary file not shown.

0 comments on commit 2ef9ae1

Please sign in to comment.