Skip to content

Commit

Permalink
switch to crazy-max/ghaction-import-gpg as per reccomendation in /has…
Browse files Browse the repository at this point in the history
…hicorp/ghaction-import-gpg (#91)
  • Loading branch information
robomill authored Jun 6, 2023
1 parent 482a09e commit dbfa097
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2
uses: crazy-max/ghaction-import-gpg@v5
env:
# 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@v4
Expand Down

0 comments on commit dbfa097

Please sign in to comment.