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: