Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 2a9160f

Browse files
committed
Use upstream import gpg key action
1 parent 6a6ec1c commit 2a9160f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ 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:
39+
uses: crazy-max/ghaction-import-gpg@v5.0.0
40+
with:
4141
# These secrets will need to be configured for the repository:
42-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
43-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
42+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
43+
passphrase: ${{ secrets.PASSPHRASE }}
4444
- name: Run GoReleaser
4545
uses: goreleaser/goreleaser-action@v3.0.0
4646
with:

0 commit comments

Comments
 (0)