Unverified Commit af142669 authored by Elizaveta Lutsenko's avatar Elizaveta Lutsenko Committed by GitHub
Browse files

Add mirroring to GitLab (#37)

Showing with 13 additions and 1 deletion
+13 -1
name: Mirror repo to GitLab
on: [push, pull_request, delete]
jobs:
call-nss-ops-mirror-workflow:
uses: ITMO-NSS-team/open-source-ops/.github/workflows/mirror-repo.yml@master
with:
GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/open-source-ops.git'
secrets:
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
\ No newline at end of file
......@@ -41,7 +41,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: ITMO-NSS-team/open-source-ops/.github/workflows/mirror-repo.yml@master
with:
GITLAB_URL: '<gitlab_repo_web_URL>'
secrets:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment