Skip to content

Commit 62b844d

Browse files
committed
Update build.yaml
1 parent 94c1976 commit 62b844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Publish built binary to GitHub releases
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5353
run: |
5454
gh release create v1.0.0 ./github-action-test/github-action-test --title "Release v1.0.0" --notes "Automated release"
5555

0 commit comments

Comments
 (0)