Skip to content

Commit 568ac34

Browse files
committed
changed back to GITHUB_ACCESS_TOKEN
1 parent 322e659 commit 568ac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_top_ranking_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
# for convenience
1616
local_github_token: str | None = None
1717
github_token: str | None = (
18-
local_github_token or os.getenv("GITHUB_TOKEN")
18+
local_github_token or os.getenv("GITHUB_ACCESS_TOKEN")
1919
)
2020
github = Github(github_token)
2121

0 commit comments

Comments
 (0)