Skip to content

Commit b83418b

Browse files
committed
Attempt to fix version bumping, take 2.
1 parent 9806955 commit b83418b

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)