Attempt to fix version bumping, take 2.

This commit is contained in:
Revar Desmera 2023-11-01 14:53:54 -07:00
parent 98069554c0
commit b83418bae5

View file

@ -18,7 +18,7 @@ jobs:
- name: Bump Version
id: commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
cd $GITHUB_WORKSPACE
git config user.name "GitHub Actions"