From 570f18f7b6435cf455a9c2c822cc3e5ca290e2f2 Mon Sep 17 00:00:00 2001 From: Alex Bucknall Date: Wed, 18 Feb 2026 16:42:13 +0000 Subject: [PATCH] Use PAT for version bump push to bypass branch protection Co-Authored-By: Claude Opus 4.6 --- .github/workflows/update-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 1dfeabb..1c8da88 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: ref: main + token: ${{ secrets.NOTE_PYTHON_PUSH }} - name: Extract version from tag run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV - name: Update pyproject.toml version