diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ad07512..602de2d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -25,6 +25,8 @@ jobs: id-token: write steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_PAT }} # Install dependencies - name: Set up Python 3.11