Skip to content

Commit

Permalink
ci: use passphrase to import gpg private key
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 6, 2023
1 parent 90b53f8 commit 94f6dcb
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 94f6dcb

Please sign in to comment.