Skip to content

Commit

Permalink
Replace deprecated GPG action (#120)
Browse files Browse the repository at this point in the history
Hashicorp originally created a fork to support sign-only keys until the upstream one did, now that it does, their's has been deprecated.
https://github.com/hashicorp/ghaction-import-gpg
  • Loading branch information
zahiar committed Aug 29, 2022
1 parent 9b6cf02 commit 349e2e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
go-version: 1.19

- uses: hashicorp/ghaction-import-gpg@v2.1.0
- uses: crazy-max/ghaction-import-gpg@v5.1.0
id: import_gpg
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 349e2e7

Please sign in to comment.