Skip to content

Commit e5f6fde

Browse files
committed
Fix permission
1 parent 547cfb8 commit e5f6fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: create_release
5959
uses: comnoco/create-release-action@v2
6060
env:
61-
GITHUB_TOKEN: ${{ github.token }} # This token is provided by Actions, you do not need to create your own token
61+
GITHUB_TOKEN: ${{ github.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
6262
with:
6363
tag_name: a
6464
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)