From b97ed9fc675361ac66f4207f3042f65f0c824226 Mon Sep 17 00:00:00 2001 From: Chung Nguyen Thanh Date: Tue, 29 Oct 2024 15:37:06 +0700 Subject: [PATCH] :dart: Update update_leaderboard.yml add GH Token --- .github/workflows/update_leaderboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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