From d7f851c8b55e858938c9ed4e1bd53d138a3ea8e3 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 13 Sep 2021 21:55:45 +0100 Subject: [PATCH] :construction_worker: Use bot token to generate credits --- .github/workflows/generate-credits.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-credits.yml b/.github/workflows/generate-credits.yml index 84449469..e7b02aa0 100644 --- a/.github/workflows/generate-credits.yml +++ b/.github/workflows/generate-credits.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: bubkoo/contributors-list@v1 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} svgPath: docs/assets/CONTRIBUTORS.svg affiliation: all includeBots: false @@ -30,12 +30,12 @@ jobs: - name: Generate Sponsors in Readme 💖 uses: JamesIves/github-sponsors-readme-action@1.0.5 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} file: 'README.md' - name: Generate Sponsors in Credits 💖 uses: JamesIves/github-sponsors-readme-action@1.0.5 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} file: 'docs/credits.md' # Job #3 - Update the Credits page insert-credits: