From d6116701f881e109a213a0173a0ac002c7b2e32c Mon Sep 17 00:00:00 2001 From: Elizaveta Lutsenko Date: Mon, 6 May 2024 12:18:44 +0300 Subject: [PATCH] Fix mirror to gitlab action (#134) * Edit mirror to gitlab action --- .github/workflows/mirror.yml | 12 ------------ .github/workflows/mirror_repo_to_gitlab.yml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .github/workflows/mirror.yml 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: