From 40ceed66860382b03d04fcc76e799e710296c0ea Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 30 Apr 2025 20:27:16 +0300 Subject: [PATCH] chore: update secret in sponsors generator --- .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 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