We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e659 commit 568ac34Copy full SHA for 568ac34
scripts/update_top_ranking_issues.py
@@ -15,7 +15,7 @@ def main():
15
# for convenience
16
local_github_token: str | None = None
17
github_token: str | None = (
18
- local_github_token or os.getenv("GITHUB_TOKEN")
+ local_github_token or os.getenv("GITHUB_ACCESS_TOKEN")
19
)
20
github = Github(github_token)
21
0 commit comments