We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbbb13 commit daa661dCopy full SHA for daa661d
.github/workflows/tag-release.yml
@@ -72,8 +72,7 @@ jobs:
72
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0
73
id: import_gpg
74
with:
75
- gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
76
- passphrase: ${{ secrets.PASSPHRASE }}
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_BINARY_SIGNING }}
77
- name: Run GoReleaser
78
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
79
@@ -82,4 +81,4 @@ jobs:
82
81
env:
83
# GitHub sets the GITHUB_TOKEN secret automatically.
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
- GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
+ GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments