Skip to content

Commit d722745

Browse files
committed
Use default GitHub token for release
1 parent 74d2933 commit d722745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/onPushToMain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "tag=v$package_version" >> $GITHUB_OUTPUT
3131
fi
3232
env:
33-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
33+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Setup git
3535
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3636
run: |
@@ -54,5 +54,5 @@ jobs:
5454
name: ${{ steps.version-check.outputs.tag }}
5555
tag: ${{ steps.version-check.outputs.tag }}
5656
commit: ${{ github.ref_name }}
57-
token: ${{ secrets.GH_TOKEN }}
57+
token: ${{ secrets.GITHUB_TOKEN }}
5858
skipIfReleaseExists: true

0 commit comments

Comments
 (0)