This commit is contained in:
+3
-1
@@ -49,7 +49,9 @@ def handle_git(args):
|
||||
response = requests.get(
|
||||
url='https://codex.r10x.net/api/v1/repos/meta/dsl',
|
||||
headers={
|
||||
'Authorization': INPUT_TOKEN,
|
||||
# 'Authorization': INPUT_TOKEN,
|
||||
# 'Authorization': f'token {INPUT_TOKEN}',
|
||||
'Authorization': f'Bearer {INPUT_TOKEN}',
|
||||
'Content-Type': 'application/json',
|
||||
'Accept': 'application/json'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user