Skip to content

Delete HBP_Funding_Acknowledgements_SGA1_SGA2_SGA3v3_2.pdf #7

Delete HBP_Funding_Acknowledgements_SGA1_SGA2_SGA3v3_2.pdf

Delete HBP_Funding_Acknowledgements_SGA1_SGA2_SGA3v3_2.pdf #7

Workflow file for this run

name: Mirror to Ebrains
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "ebrains-cls-interactive/Synaptic_Plasticity"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/cls/synaptic_plasticity.git"
destination_branch: "main"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "ebrains-cls-interactive/Synaptic_Plasticity"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/cls/synaptic_plasticity.git"
destination_branch: "refs/tags/*"