diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index fe3ffabc3..000000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Mirror repo to GitLab - -on: [push, pull_request, delete] - -jobs: - call-nss-ops-mirror-workflow: - uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master - with: - GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/FEDOT-Industrial.git' - secrets: - GITLAB_USER: ${{ secrets.GITLAB_USER }} - GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} diff --git a/.github/workflows/mirror_repo_to_gitlab.yml b/.github/workflows/mirror_repo_to_gitlab.yml index b4a2e2e42..d3ee3d27d 100644 --- a/.github/workflows/mirror_repo_to_gitlab.yml +++ b/.github/workflows/mirror_repo_to_gitlab.yml @@ -4,7 +4,7 @@ on: [push, pull_request, delete] jobs: call-nss-ops-mirror-workflow: - uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master + uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master with: GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/FEDOT-Industrial.git' secrets: