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 9d37208 commit f2588fbCopy full SHA for f2588fb
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: goreleaser/[email protected]
54
if: success()
55
env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
57
with:
58
version: latest
59
args: release --rm-dist
0 commit comments