Skip to content

Prepare version 2.1 for the future release #53

Prepare version 2.1 for the future release

Prepare version 2.1 for the future release #53

Workflow file for this run

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