We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d678de1 commit e2b491cCopy full SHA for e2b491c
1 file changed
.github/workflows/contributors.yml
@@ -26,11 +26,9 @@ jobs:
26
run: npm install
27
28
- name: Update contributors
29
- uses: all-contributors/all-contributors-cli@v6.26.1
30
- with:
31
- args: 'check'
+ runs: npm run contributors:check
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Regenerate README
36
run: node update-readme.js
0 commit comments