Skip to content

Commit e2b491c

Browse files
committed
oh, no action
1 parent d678de1 commit e2b491c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/contributors.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
run: npm install
2727

2828
- name: Update contributors
29-
uses: all-contributors/[email protected]
30-
with:
31-
args: 'check'
29+
runs: npm run contributors:check
3230
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3432

3533
- name: Regenerate README
3634
run: node update-readme.js

0 commit comments

Comments
 (0)