Skip to content

Commit 8b9b4e4

Browse files
committed
update token
1 parent 8ec4f81 commit 8b9b4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: pip install requests
1919
- name: Update contributors
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.NURU_TOKEN }}
2222
run: python .github/scripts/update_contributors.py
2323
- name: Commit changes
2424
run: |

0 commit comments

Comments
 (0)