Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
HashiCorp's version is deprecated. Now uses its original upstream repo.

hashicorp/ghaction-import-gpg#11
  • Loading branch information
alexhung authored Jul 25, 2022
1 parent 58b443a commit 46a4bf5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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.1.0
env:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.0
Expand Down

0 comments on commit 46a4bf5

Please sign in to comment.