From 50ca97575bc700e7cb0d4cd3ec0270dd8c6ac630 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 18 Feb 2026 11:08:56 -0600 Subject: [PATCH] update perms --- .github/workflows/sponsors.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index b0fd2770..fe300498 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -5,6 +5,7 @@ on: - cron: 30 15 * * 0-6 permissions: contents: write + pull-requests: write jobs: deploy: runs-on: ubuntu-latest @@ -22,6 +23,7 @@ jobs: - name: Create Pull Request 🚀 uses: peter-evans/create-pull-request@v6 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'Update sponsors in README' title: 'chore: Update Sponsors README' body: 'Automated update of sponsors section'