From ac14573ea17bbfbddc6c83147ea3984044b5ab36 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 22 Mar 2026 10:08:01 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/executor/cli/git.py b/executor/cli/git.py index f26a58c..4fd5617 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -111,6 +111,9 @@ def handle_git(args): key = 'url."https://codex.r10x.net"/.insteadOf' value = 'git@codex.r10x.net:org-'+str(org_id)+'@codex.r10x.net:' value = f'git@codex.r10x.net:{GITHUB_ACTOR}@codex.r10x.net:' +# exec_cmd(cmd) + key = f'url."https://{INPUT_TOKEN}@codex.r10x.net"/.insteadOf' + value = 'https://codex.r10x.net/' exec_cmd(cmd) cmd = 'git -C ' + INPUT_PATH + ' remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY