diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml new file mode 100644 index 0000000000000000000000000000000000000000..77bad8a3ae917aa0ddc8e7775d19b76e2f6a1949 --- /dev/null +++ b/.github/workflows/ebrains.yml @@ -0,0 +1,13 @@ +name: Mirroring + +on: [push, delete] + +jobs: + to_gitlab: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v1 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/arbor-sim/arbor.git