Skip to content

adjust name

adjust name #27

Workflow file for this run

name: Mirror to Ebrains 2.0
on:
push:
branches: [ main ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-unicore"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-unicore-mirror.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-unicore"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-unicore-mirror.git"
destination_branch: "refs/tags/*"