Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
# Use a PAT (not GITHUB_TOKEN) so the workflow can push the
# version-bump commit and tag through branch protection.
# The PAT belongs to an admin who is in the ruleset bypass list.
token: ${{ secrets.RELEASE_PAT }}

- name: Set up JDK 17
uses: actions/setup-java@v5
Expand Down