Skip to content
Snippets Groups Projects
Commit 780df7a3 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: sync to gitlab remote

parent c9634919
No related branches found
No related tags found
No related merge requests found
name: "[repo-sync] repo-sync gitlab.ebrains.eu"
on:
push:
branches:
- master
- staging
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wei/git-sync@v3
with:
- source_repo: ${{ env.GITHUB_REPOSITORY }}
- source_branch: ${{ env.GITHUB_REF_NAME }}
- destination_repo: ${{ secrets.GITLAB_MIRROR_EBRAINS_DEST }}
- destination_branch: ${{ env.GITHUB_REF_NAME }}
- destination_ssh_private_key: ${{ secrets.GITLAB_MIRROR_EBRAINS_SSH }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment