Skip to content

Commit

Permalink
Add PASSPHRASE back to release.yml (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Denton Gentry <[email protected]>

Signed-off-by: Denton Gentry <[email protected]>
  • Loading branch information
DentonGentry authored Aug 30, 2022
1 parent 4ed9268 commit 82ea7ea
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 @@ -38,6 +38,7 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 82ea7ea

Please sign in to comment.