We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7c0e8 commit 2de544fCopy full SHA for 2de544f
1 file changed
.github/workflows/goreleaser.yml
@@ -32,5 +32,5 @@ jobs:
32
version: latest
33
args: release
34
env:
35
- GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
36
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
0 commit comments