Skip to content

Merge pull request #1450 from FZJ-INM1-BDA/staging #59

Merge pull request #1450 from FZJ-INM1-BDA/staging

Merge pull request #1450 from FZJ-INM1-BDA/staging #59

name: "[repo-sync] repo-sync gitlab.ebrains.eu"
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: valtech-sd/git-sync@v9
with:
source_repo: ${GITHUB_REPOSITORY}
source_branch: ${GITHUB_REF_NAME}
destination_repo: ${{ secrets.GITLAB_MIRROR_EBRAINS_DEST }}
destination_branch: ${GITHUB_REF_NAME}
destination_ssh_private_key: ${{ secrets.GITLAB_MIRROR_EBRAINS_SSH }}