Skip to content

Commit 67508cc

Browse files
committed
Fix: Use Personal Access Token for release artifact upload
1 parent 5bdb1b4 commit 67508cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload Release Artifact
6262
uses: actions/upload-release-asset@v1
6363
with:
64-
github_token: ${{ secrets.GITHUB_TOKEN }}
64+
github_token: ${{ secrets.PAT }}
6565
upload_url: ${{ github.event.release.upload_url }}
6666

6767
# This now uses the exact path found in the previous step, avoiding the wildcard bug.

0 commit comments

Comments
 (0)