Обновить executor/cli/git.py
Test Actions / Builder (push) Failing after 6s

This commit is contained in:
2026-03-21 22:41:01 +03:00
parent 38c2c27cb5
commit 45541155c3
+3 -1
View File
@@ -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'
}