Skip to content

Commit 939aa4c

Browse files
committed
switch to crazymax import gpg action
1 parent 5270738 commit 939aa4c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
-
3333
name: Import GPG key
3434
id: import_gpg
35-
uses: hashicorp/[email protected]
36-
env:
37-
# These secrets will need to be configured for the repository:
38-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
39-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
35+
uses: crazy-max/[email protected]
36+
with:
37+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
38+
passphrase: ${{ secrets.PASSPHRASE }}
4039
-
4140
name: Run GoReleaser
4241
uses: goreleaser/[email protected]

0 commit comments

Comments
 (0)