Skip to content

Commit

Permalink
fix: use crazy-max/ghaction-import-gpg instead of hashicorp
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Sep 19, 2022
1 parent fc90e3a commit 17c913f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ 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.0.0
env:
GPG_PRIVATE_KEY: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY_PASSPHRASE }}
gpg_private_key: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.0
with:
Expand Down

0 comments on commit 17c913f

Please sign in to comment.