We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dad7b8 commit bfed154Copy full SHA for bfed154
1 file changed
contest/remote/gh.py
@@ -45,7 +45,7 @@
45
def get(url, token):
46
headers = {"Accept": "application/vnd.github+json",
47
"X-GitHub-Api-Version": "2022-11-28",
48
- "Authorization": token}
+ "Authorization": f"Bearer {token}"}
49
return requests.get(url, headers=headers)
50
51
0 commit comments