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 94c1976 commit 62b844dCopy full SHA for 62b844d
.github/workflows/build.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Publish built binary to GitHub releases
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
53
run: |
54
gh release create v1.0.0 ./github-action-test/github-action-test --title "Release v1.0.0" --notes "Automated release"
55
0 commit comments