Skip to content

Commit

Permalink
Update update_leaderboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MCAHITK-MINOR-PROJECT authored Oct 26, 2024
1 parent 8700d83 commit ef93e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/update_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def get_closed_prs():
headers = {}

if GITHUB_TOKEN:
print(GITHUB_TOKEN)
headers = {"Authorization": f"token {GITHUB_TOKEN}"}

prs = []
Expand Down

0 comments on commit ef93e56

Please sign in to comment.