We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9aebe commit 384ad77Copy full SHA for 384ad77
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v2
27
with:
28
- go-version: "1.20"
+ go-version: "1.21"
29
- name: Import GPG key
30
id: import_gpg
31
uses: crazy-max/ghaction-import-gpg@v5.2.0
@@ -39,4 +39,5 @@ jobs:
39
args: release --rm-dist
40
env:
41
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
43
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments