Skip to content

Commit

Permalink
Create PGP key in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfsauer0815 committed Jul 25, 2021
1 parent 7256d2e commit ab0a160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/load-gpg-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if [ -f "$ENV_FILE" ] ;then
fi

# base64-encoded armored GPG key
GPG_KEY_FILE="release.asc"
GPG_KEY_FILE="../release.asc"
# intermediary GPG key
GPG_KEY_BIN_FILE="release.gpg"
GPG_KEY_BIN_FILE="../release.gpg"

echo "$GPG_SIGNING_KEY" | base64 --decode > "$GPG_KEY_FILE"
gpg --quiet --output "$GPG_KEY_BIN_FILE" --dearmor "$GPG_KEY_FILE"
Expand Down

0 comments on commit ab0a160

Please sign in to comment.