From 03c323a1a47c5418166bbd452060ef87c8a05517 Mon Sep 17 00:00:00 2001 From: Egor Basalyga <82464635+Egorbasalyga@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:39:28 +0200 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 74c8656..2eeca13 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,7 +11,10 @@ jobs: - name: Sync to Gitea uses: wei/git-sync@v3 with: - source_repo: "ваш-логин/ваш-репозиторий-в-github" + # Замените ВАШ_GITHUB_ЛОГИН на ваш никнейм в GitHub + source_repo: "Egorbasalyga/VisionAsist" source_branch: "main" - destination_repo: "https://${{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }}@ваша-gitea.com/логин/репозиторий.git" + + # Ссылка на Gitea сформирована правильно для доступа через Git + destination_repo: "https://${{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }}@git.vision-software.ru/Egor/Vision.git" destination_branch: "main"