Skip to content

Commit

Permalink
Update GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Dec 7, 2022
1 parent bb56484 commit b2deb30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before-script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#!/usr/bin/env bash
if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_81c98acad902_key -iv $encrypted_81c98acad902_iv -in .travis/codesigning.asc.enc -out .travis/codesigning.asc -d
openssl aes-256-cbc -K $encrypted_fc29b8d9ac49_key -iv $encrypted_fc29b8d9ac49_iv -in .travis/codesigning.asc.enc -out .travis/codesigning.asc -d
gpg --fast-import .travis/codesigning.asc
fi
Binary file modified .travis/codesigning.asc.enc
Binary file not shown.

0 comments on commit b2deb30

Please sign in to comment.