diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 06fb7ed..225ece9 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -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: |