Merge pull request #1301 from BelfrySCAD/revarbat_dev

Attempt to fix version bumping, take 2.
This commit is contained in:
Revar Desmera 2023-11-01 14:54:45 -07:00 committed by GitHub
commit 9c3bbe8762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"