Skip to content

update: api example #30

update: api example

update: api example #30

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-nirma-code/ODRS'
secrets:
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}