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

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"