We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfd9d4 commit e203557Copy full SHA for e203557
.github/workflows/release.yml
@@ -29,13 +29,13 @@ jobs:
29
uses: crazy-max/ghaction-import-gpg@v5
30
id: import_gpg
31
with:
32
- gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
- passphrase: ${{ secrets.PASSPHRASE }}
+ gpg_private_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.KF_GPG_PASSPHRASE }}
34
- name: Run GoReleaser
35
uses: goreleaser/goreleaser-action@v4
36
37
args: release --clean
38
env:
39
# GitHub sets the GITHUB_TOKEN secret automatically.
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.V2BUILDTOKEN }}
41
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments