From ca396537b249822ccbb72c959883cffec6e84114 Mon Sep 17 00:00:00 2001 From: Aniket Wattamwar Date: Sun, 21 Jun 2026 15:51:32 -0600 Subject: [PATCH] hotfix: test auto version release --- .github/workflows/auto-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 0edef05..486d2f4 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -19,6 +19,7 @@ jobs: with: # We need to fetch all history and tags to ensure we can push back fetch-depth: 0 + token: ${{ secrets.GH_PAT }} - uses: actions/setup-python@v5 with: