Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Sep 24, 2024
1 parent 8ec4f81 commit 8b9b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: pip install requests
- name: Update contributors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.NURU_TOKEN }}
run: python .github/scripts/update_contributors.py
- name: Commit changes
run: |
Expand Down

0 comments on commit 8b9b4e4

Please sign in to comment.