Mco (#190) #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will mirror iOpt repository to GitLab | ||
name: Mirror repo to GitLab | ||
on: [push, delete] | ||
jobs: | ||
call-nss-ops-mirror-workflow: | ||
uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master | ||
Check failure on line 9 in .github/workflows/mirror_repo_to_gitlab.yml GitHub Actions / .github/workflows/mirror_repo_to_gitlab.ymlInvalid workflow file
|
||
with: | ||
GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-sai-code/iOpt' | ||
secrets: | ||
GITLAB_USER: ${{ secrets.GITLAB_USER }} | ||
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} |