Skip to content

Commit c04323d

Browse files
authored
Update GitHub token secret name.
Attempting to resolve a CI failure. Will revert if there is no change.
1 parent b32e025 commit c04323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: shogo82148/actions-upload-release-asset@v1
4242
with:
4343
asset_path: "bundles/*"
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
github_token: ${{ secrets.GH_REPO_TOKEN }}
4545
upload_url: ${{ github.event.release.upload_url }}
4646
- name: Upload Assets To AWS S3
4747
env:

0 commit comments

Comments
 (0)