We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a6a43 commit c9ab47fCopy full SHA for c9ab47f
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: shogo82148/actions-upload-release-asset@v1
43
with:
44
asset_path: "bundles/*"
45
- github_token: ${{ secrets.GH_REPO_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
46
upload_url: ${{ github.event.release.upload_url }}
47
- name: Upload Assets To AWS S3
48
env:
0 commit comments