diff --git a/.github/workflows/update_leaderboard.yml b/.github/workflows/update_leaderboard.yml index 5167692..13bcb2e 100644 --- a/.github/workflows/update_leaderboard.yml +++ b/.github/workflows/update_leaderboard.yml @@ -26,4 +26,4 @@ jobs: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' git add README.md git commit -m ':sparkles: Update leaderboard' || echo "No changes to commit" - git push + git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD:main