Skip to content

Commit 3d0afc2

Browse files
Replace github token variable
1 parent 06fc7aa commit 3d0afc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPushToMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
name: ${{ steps.version-check.outputs.tag }}
5959
tag: ${{ steps.version-check.outputs.tag }}
6060
commit: ${{ github.ref_name }}
61-
token: ${{ secrets.GH_TOKEN }}
61+
token: ${{ secrets.GITHUB_TOKEN }}
6262
skipIfReleaseExists: true

0 commit comments

Comments
 (0)