Skip to content

Commit

Permalink
Debug API token print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammybams committed Sep 26, 2024
1 parent 3bfaea6 commit bfe914b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def initialize_api():
repository_owner = "mlsanigeria"
repository_name = "speak-to-docs"
api_token = os.environ.get("API_TOKEN")
print(f"API TOKEN: {api_token}") # Debug: print API token

# Define the GitHub API endpoint for pull requests
api_url = f"https://api.github.com/repos/{repository_owner}/{repository_name}/pulls"
Expand Down

0 comments on commit bfe914b

Please sign in to comment.