Skip to content

Commit c1d5c4b

Browse files
Update onPushToMain.yml secrets names
1 parent f3a5e6c commit c1d5c4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/onPushToMain.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
echo "tag=v$package_version" >> $GITHUB_OUTPUT
2929
fi
3030
env:
31-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Setup git
3333
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3434
run: |
35-
git config --global user.email ${{ secrets.GH_EMAIL }}
36-
git config --global user.name ${{ secrets.GH_USERNAME }}
35+
git config --global user.email ${{ secrets.GITHUB_EMAIL }}
36+
git config --global user.name ${{ secrets.GITHUB_USERNAME }}
3737
- name: Generate oclif README
3838
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3939
id: oclif-readme
@@ -52,5 +52,5 @@ jobs:
5252
name: ${{ steps.version-check.outputs.tag }}
5353
tag: ${{ steps.version-check.outputs.tag }}
5454
commit: ${{ github.ref_name }}
55-
token: ${{ secrets.GH_TOKEN }}
55+
token: ${{ secrets.GITHUB_TOKEN }}
5656
skipIfReleaseExists: true

0 commit comments

Comments
 (0)