Skip to content

Commit

Permalink
chore: use PAT to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Nov 15, 2024
1 parent 9d8bdf4 commit 7f77b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Commit new SNAPSHOT version
uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
commit_message: "chore: update to next SNAPSHOT version"

Expand Down

0 comments on commit 7f77b8b

Please sign in to comment.