Skip to content

Commit

Permalink
🎯 Update update_leaderboard.yml
Browse files Browse the repository at this point in the history
add GH Token
  • Loading branch information
ChunhThanhDe authored Oct 29, 2024
1 parent d67d1ec commit b97ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b97ed9f

Please sign in to comment.