From 59bf9645abede37c60bab8b5e174919bbc8db193 Mon Sep 17 00:00:00 2001 From: Dmitriy Fofanov Date: Wed, 5 Nov 2025 10:40:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5:=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20GITHUB=5FREPO=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D1=80=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitea-hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-hooks/post-receive b/gitea-hooks/post-receive index dde5ceb..14d1c27 100644 --- a/gitea-hooks/post-receive +++ b/gitea-hooks/post-receive @@ -14,7 +14,7 @@ set -euo pipefail # ============================================================================== # Конфигурация -GITHUB_REPO="git@github.com:DFofanov/compress.git" +GITHUB_REPO="git@github.com:username/compress.git" # Или с HTTPS и токеном: # GITHUB_REPO="https://YOUR_GITHUB_TOKEN@github.com/fofanov.dmitry/compress.git"