Skip to content

Commit ca2ddb9

Browse files
committed
Fix permission
1 parent dc7997c commit ca2ddb9

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.toekn }} # This token is provided by Actions, you do not need to create your own token
61+
GITHUB_TOKEN: ${{ github.token }} # This token is provided by Actions, you do not need to create your own token
6262
with:
6363
tag_name: ${{ github.ref }}
6464
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)