Skip to content

Commit

Permalink
Merge pull request #23 from Odion-Sonny/patch-9
Browse files Browse the repository at this point in the history
Update update_leaderboard.py
  • Loading branch information
Sammybams authored Sep 29, 2023
2 parents 85f89b3 + 17b7778 commit 081554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize_api():
# Define your GitHub repository and authentication token
repository_owner = "mlsanigeria"
repository_name = "AI-Hacktober-MLSA"
api_token = os.environ.get("API_TOKEN")
api_token = os.environ.get("GITHUB_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 081554a

Please sign in to comment.