Skip to content

Commit daa661d

Browse files
author
Jonathan Lassoff
committed
Update GPG Signing key variable name
1 parent 0cbbb13 commit daa661d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tag-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0
7373
id: import_gpg
7474
with:
75-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
76-
passphrase: ${{ secrets.PASSPHRASE }}
75+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_BINARY_SIGNING }}
7776
- name: Run GoReleaser
7877
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
7978
with:
@@ -82,4 +81,4 @@ jobs:
8281
env:
8382
# GitHub sets the GITHUB_TOKEN secret automatically.
8483
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
84+
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)