Skip to content

Commit 1c7618e

Browse files
committed
feat: add GitHub token to release creation step
1 parent ae824e9 commit 1c7618e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
prerelease: false
6060
body: |
6161
This is the release for version ${{ env.VERSION }}.
62+
token: ${{ secrets.GITHUB_TOKEN }} # Add this line
6263

6364
# Upload Chrome release asset
6465
- name: Upload Chrome release asset

0 commit comments

Comments
 (0)