Skip to content

Commit

Permalink
Add Passphrase to GPG import action
Browse files Browse the repository at this point in the history
  • Loading branch information
CARRIERE Etienne authored Jul 25, 2022
1 parent 0b6d361 commit bf81762
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 @@ -26,6 +26,7 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit bf81762

Please sign in to comment.