From 955d4dd80cd005b7766f6e4e5731d7d10ec9b65d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 6 Jul 2025 19:38:29 +1000 Subject: [PATCH] Use fine-grained sponsors PR token This uses a fine-grained token --- .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 a0ff18f31..3740b0fae 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -27,4 +27,4 @@ jobs: labels: "ignore-for-release" delete-branch: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }} + GITHUB_TOKEN: ${{ secrets.SPONSORS_PR_TOKEN }}