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 1902881 commit c5a7ad5Copy full SHA for c5a7ad5
.github/workflows/release.yml
@@ -50,6 +50,6 @@ jobs:
50
uses: goreleaser/goreleaser-action@v6
51
if: success()
52
env:
53
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
with:
55
args: release --clean
0 commit comments