This commit is contained in:
+4
-2
@@ -49,11 +49,13 @@ def handle_git(args):
|
||||
response = requests.get(
|
||||
url='https://codex.r10x.net/api/v1/repos/meta/dsl',
|
||||
headers={
|
||||
'Authorization': f'token {INPUT_TOKEN}',
|
||||
'Content-Type': 'application/json'
|
||||
'Authorization': INPUT_TOKEN,
|
||||
'Content-Type': 'application/json',
|
||||
'Accept': 'application/json'
|
||||
}
|
||||
)
|
||||
print(response)
|
||||
print(response.status_code)
|
||||
print(response.json())
|
||||
|
||||
octokit = Octokit(
|
||||
|
||||
Reference in New Issue
Block a user