Skip to content

EBR-24 Update mirror towards EBRAINS 2.0 #11

EBR-24 Update mirror towards EBRAINS 2.0

EBR-24 Update mirror towards EBRAINS 2.0 #11

Workflow file for this run

name: Mirror to Ebrains 2.0
on:
push:
branches: [ master, dev ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2.0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"

Check failure on line 16 in .github/workflows/ebrains-sync.yml

View workflow run for this annotation

GitHub Actions / Mirror to Ebrains 2.0

Invalid workflow file

The workflow is not valid. .github/workflows/ebrains-sync.yml (Line: 16, Col: 29): Unexpected symbol: '0_SECRET'. Located at position 19 within expression: secrets.EBRAINS_2.0_SECRET .github/workflows/ebrains-sync.yml (Line: 23, Col: 29): Unexpected symbol: '0_SECRET'. Located at position 19 within expression: secrets.EBRAINS_2.0_SECRET
destination_branch: "master"
- name: syncdev
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "dev"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2.0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
destination_branch: "dev"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2.0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
destination_branch: "refs/tags/*"