Skip to content

Commit 23507da

Browse files
Bucknallaclaude
andauthored
Use PAT for version bump push to bypass branch protection (#150)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43c7f8d commit 23507da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
ref: main
17+
token: ${{ secrets.NOTE_PYTHON_PUSH }}
1718
- name: Extract version from tag
1819
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
1920
- name: Update pyproject.toml version

0 commit comments

Comments
 (0)