Skip to content

Commit 4f33584

Browse files
1 parent 86ec2b4 commit 4f33584

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
@@ -31,10 +31,10 @@ jobs:
3131
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
3232
- name: Import GPG key
3333
id: import_gpg
34-
uses: hashicorp/ghaction-import-gpg@v2.1.0
35-
env:
36-
GPG_PRIVATE_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
37-
PASSPHRASE: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
34+
uses: crazy-max/ghaction-import-gpg@v6
35+
with:
36+
gpg_private_key: ${{ secrets.RELEASE_SIGNING_KEY }}
37+
passphrase: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
3838
- name: Run GoReleaser
3939
uses: goreleaser/goreleaser-action@v2
4040
with:

0 commit comments

Comments
 (0)