Skip to content

Commit

Permalink
Add GitHub Action to mirror repo to GitLab (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunkyl authored Dec 19, 2022
1 parent 26e0a92 commit 270ab8d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/mirror_repo_to_gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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/GOLEM'
secrets:
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}

0 comments on commit 270ab8d

Please sign in to comment.