Skip to content

Commit c9ab47f

Browse files
authored
Revert token update.
1 parent e9a6a43 commit c9ab47f

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
@@ -42,7 +42,7 @@ jobs:
4242
uses: shogo82148/actions-upload-release-asset@v1
4343
with:
4444
asset_path: "bundles/*"
45-
github_token: ${{ secrets.GH_REPO_TOKEN }}
45+
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
upload_url: ${{ github.event.release.upload_url }}
4747
- name: Upload Assets To AWS S3
4848
env:

0 commit comments

Comments
 (0)