Skip to content

Commit 9c3bbe8

Browse files
authored
Merge pull request #1301 from BelfrySCAD/revarbat_dev
Attempt to fix version bumping, take 2.
2 parents 300943a + b83418b commit 9c3bbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Bump Version
1919
id: commit
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2222
run: |
2323
cd $GITHUB_WORKSPACE
2424
git config user.name "GitHub Actions"

0 commit comments

Comments
 (0)