We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec4f81 commit 8b9b4e4Copy full SHA for 8b9b4e4
.github/workflows/update-contributors.yml
@@ -18,7 +18,7 @@ jobs:
18
run: pip install requests
19
- name: Update contributors
20
env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.NURU_TOKEN }}
22
run: python .github/scripts/update_contributors.py
23
- name: Commit changes
24
run: |
0 commit comments