From 5e45cb49084a91c68c18d0afd08badd5bfb99681 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 3 Oct 2025 09:42:21 -0700 Subject: [PATCH] Update sponsors workflow to use SPONSORS_PAT secret --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 8ea45a1f..bbda7133 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -26,7 +26,7 @@ jobs: - name: Generate Sponsors uses: JamesIves/github-sponsors-readme-action@v1 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.SPONSORS_PAT }} file: 'README.md' minimum: 1000 template: 'User avatar: {{{ login }}}  '