From 8759a397011c8ef7daa10d64eba57192b0ffe7b2 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 19 Oct 2025 05:24: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 | 1 + 1 file changed, 1 insertion(+) diff --git a/executor/cli/git.py b/executor/cli/git.py index bece744..422fb76 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -65,6 +65,7 @@ def handle_git(args): data = json_read(GITHUB_EVENT_PATH) org_id = data['repository']['owner']['id'] + org_id=7 key = 'url.https://'+TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf' value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:' exec_cmd(cmd)