Skip to content

Feat/gitlab synchronization (#616) #6

Feat/gitlab synchronization (#616)

Feat/gitlab synchronization (#616) #6

name: Mirror repo to GitLab
on: [push, delete]
jobs:
call-dream-ops-mirror-workflow:
uses: ./.github/workflows/mirror-repo.yml
secrets:
GITLAB_URL: ${{ secrets.GITLAB_URL }}
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}