Skip to content

Commit

Permalink
ci: use passphrase to import gpg private key (#602)
Browse files Browse the repository at this point in the history
The GPG key now requires a passphrase to be imported.
  • Loading branch information
jooola authored Nov 6, 2023
1 parent 90b53f8 commit 55ae0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Decrypt Secrets
env:
Expand Down

0 comments on commit 55ae0a1

Please sign in to comment.