From ce4d962cdcb326a48e1bafdbc11bf65b2d176e6f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 31 Jul 2021 17:00:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Attempt=20to=20fix=20Sp?= =?UTF-8?q?onsor=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/insert-sponsors.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/insert-sponsors.yml b/.github/workflows/insert-sponsors.yml index ddd5d67b..6fd3cb85 100644 --- a/.github/workflows/insert-sponsors.yml +++ b/.github/workflows/insert-sponsors.yml @@ -1,6 +1,6 @@ # Generates a list of sponsors, and inserts it into specified files # where the `` tag is -name: Inserts Current Sponsors in Readme +name: Inserts Sponsors on: workflow_dispatch: release: @@ -14,10 +14,10 @@ jobs: - name: Generate Sponsors in Readme 💖 uses: JamesIves/github-sponsors-readme-action@1.0.5 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.GITHUB_TOKEN }} file: 'README.md' - name: Generate Sponsors in Credits 💖 uses: JamesIves/github-sponsors-readme-action@1.0.5 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.GITHUB_TOKEN }} file: 'docs/credits.md'