Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit fbb4668

Browse files
committed
Switch gpg import action
1 parent 6499e4c commit fbb4668

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
# or use an alternative one for key handling.
3737
- name: Import GPG key
3838
id: import_gpg
39-
uses: hashicorp/ghaction-import-gpg@v2.1.0
40-
env:
41-
# These secrets will need to be configured for the repository:
42-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
43-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
39+
uses: crazy-max/ghaction-import-gpg@v5.0.0
40+
with:
41+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
42+
passphrase: ${{ secrets.PASSPHRASE }}
4443
- name: Run GoReleaser
4544
uses: goreleaser/goreleaser-action@v3.0.0
4645
with:

0 commit comments

Comments
 (0)