Skip to content

Commit

Permalink
fix: add passphrase to gh action.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 15, 2023
1 parent a1bf70f commit 3931e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true

Expand Down

0 comments on commit 3931e06

Please sign in to comment.