Skip to content

Commit

Permalink
Switch to crazy-max GPG Action per hashicorp/ghaction-import-gpg#11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcummings committed Jul 15, 2022
1 parent ad053f1 commit 079ba6a
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 @@ -33,11 +33,10 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
uses: crazy-max/ghaction-import-gpg@v5
env:

This comment has been minimized.

Copy link
@childish-sambino

childish-sambino Jul 21, 2022

Should be with instead of 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@v3.0.0
Expand Down

0 comments on commit 079ba6a

Please sign in to comment.