Skip to content

Commit

Permalink
Fix env var ref for GPG passphrase in Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Sep 14, 2022
1 parent 1b64783 commit 39707ab
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 @@ -36,5 +36,5 @@ jobs:
- run: make release
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS }}
GPG_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 39707ab

Please sign in to comment.