Skip to content

Commit

Permalink
ci: Change secret name for GPG key (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 29, 2021
1 parent 1203a3a commit e2f154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
hc-releases version
-
name: Import key for archive signing
run: echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import --batch --no-tty
run: echo -e "${{ secrets.GPG_PRIVATE_KEY_DECRYPTED }}" | gpg --import --batch --no-tty
-
name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit e2f154f

Please sign in to comment.