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