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

Commit d5b1759

Browse files
author
[Partner] Alexander Sokolov
committed
github actions fixed
1 parent fdfaef9 commit d5b1759

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 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.GPG_PASSPHRASE }}
4039
-
4140
name: Run GoReleaser
4241
uses: goreleaser/[email protected]
@@ -46,4 +45,4 @@ jobs:
4645
env:
4746
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4847
# GitHub sets this automatically
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)