From e2b491c3f5eecd6b39df5e7671ce75533e7587db Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 26 Aug 2025 15:34:36 +1000 Subject: [PATCH] oh, no action --- .github/workflows/contributors.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index b9bc93b..98dcc72 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -26,11 +26,9 @@ jobs: run: npm install - name: Update contributors - uses: all-contributors/all-contributors-cli@v6.26.1 - with: - args: 'check' + runs: npm run contributors:check env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Regenerate README run: node update-readme.js