From 38c2c27cb572e1498bae3519210d45eed5107af2 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 21 Mar 2026 22:37:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/cli/git.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/cli/git.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/executor/cli/git.py b/executor/cli/git.py index b4404f4..f522bd3 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -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(