Skip to content

Commit

Permalink
release workflow: update GPG import action (#61)
Browse files Browse the repository at this point in the history
As recommended by HashiCorp here:

hashicorp/ghaction-import-gpg#11 (comment)

Signed-off-by: Silvio Moioli <silvio@moioli.net>
  • Loading branch information
moio authored Mar 29, 2023
1 parent dbe3b4c commit 9a79953
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 @@ -32,11 +32,11 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
env:
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 9a79953

Please sign in to comment.