We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d2933 commit d722745Copy full SHA for d722745
1 file changed
.github/workflows/onPushToMain.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "tag=v$package_version" >> $GITHUB_OUTPUT
31
fi
32
env:
33
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- name: Setup git
35
if: ${{ steps.version-check.outputs.skipped == 'false' }}
36
run: |
@@ -54,5 +54,5 @@ jobs:
54
name: ${{ steps.version-check.outputs.tag }}
55
tag: ${{ steps.version-check.outputs.tag }}
56
commit: ${{ github.ref_name }}
57
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
58
skipIfReleaseExists: true
0 commit comments