mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Attempt to fix version bumping, take 2.
This commit is contained in:
parent
98069554c0
commit
b83418bae5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_merge.yml
vendored
2
.github/workflows/pr_merge.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue