Skip to content

Commit

Permalink
Merge pull request #111 from im2nguyen/update-gh-actions-gpg
Browse files Browse the repository at this point in the history
Replace deprecated gpg gh action
  • Loading branch information
im2nguyen authored Jul 22, 2022
2 parents 832018b + df8193f commit a74b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: 1.17
- name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
uses: crazy-max/ghaction-import-gpg@v5
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit a74b1e2

Please # to comment.