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