We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4312e8c commit ca8592dCopy full SHA for ca8592d
.github/workflows/goreleaser-publish.yml
@@ -26,5 +26,5 @@ jobs:
26
version: latest
27
args: release --clean
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
30
BUILD_USER: ${{ github.actor }} (via Github Actions)
0 commit comments