Skip to content
Snippets Groups Projects
Commit 7736ab08 authored by Rui Ribeiro's avatar Rui Ribeiro
Browse files

Ebrains GitLab

parent d6f137e6
No related branches found
No related tags found
No related merge requests found
name: Mirror to Ebrains
on:
push:
branches: [ main ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "rribeiro-sci/SSBtoolkit"
source_branch: "main"
destination_repo: "https://ssbtoolkitpull:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "rribeiro-sci/SSBtoolkit"
source_branch: "refs/tags/*"
destination_repo: "https://ssbtoolkitpull:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_branch: "refs/tags/*"
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