Skip to content

Commit 974e1ac

Browse files
Merge pull request #82 from DevCycleHQ/update-release-gh-action
[fix] update to crazy-max/ghaction-import-gpg for release workflow
2 parents c0aa7ea + 702513d commit 974e1ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
- uses: actions/setup-go@v3
3131
with:
3232
go-version: ${{ env.GO_VERSION }}
33-
# This uses an action (hashicorp/ghaction-import-gpg) that assumes you set your
33+
# This uses an action (crazy-max/ghaction-import-gpg) that assumes you set your
3434
# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
3535
# secret. If you would rather own your own GPG handling, please fork this action
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
40+
with:
4141
# These secrets will need to be configured for the repository:
42-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
43-
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
42+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
43+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4444
- name: Run GoReleaser
4545
uses: goreleaser/[email protected]
4646
with:

0 commit comments

Comments
 (0)