diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 0f7c31d..f505b20 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -15,7 +15,7 @@ jobs: - name: Generate Sponsors uses: JamesIves/github-sponsors-readme-action@v1 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.SPONSORS_GENERATOR_PAT }} file: README.md - name: Create Pull Request