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"