Skip to content

Commit

Permalink
Attempt to fix version bumping, take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Nov 1, 2023
1 parent 9806955 commit b83418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b83418b

Please sign in to comment.