Skip to content

Commit d62ebb5

Browse files
committed
ci: fixing upload binary permission issue
1 parent c78e377 commit d62ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload binary
4141
uses: actions/upload-release-asset@v1
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4444
with:
4545
upload_url: ${{ env.UPLOAD_URL }}
4646
asset_path: ${{ env.ARCHIVE_NAME }}

0 commit comments

Comments
 (0)