Skip to content

Commit 27209e3

Browse files
committed
fixed github token in workflow
1 parent 12246f5 commit 27209e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPushToMain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
name: ${{ steps.version-check.outputs.tag }}
4040
tag: ${{ steps.version-check.outputs.tag }}
4141
commit: ${{ github.ref_name }}
42-
token: ${{ secrets.GH_TOKEN }}
42+
token: ${{ secrets.GITHUB_TOKEN }}
4343
skipIfReleaseExists: true

0 commit comments

Comments
 (0)