Skip to content
Snippets Groups Projects
Commit 60f5729c authored by Harry Carey's avatar Harry Carey Committed by GitHub
Browse files

add gitlab mirror action

parent 71a5ca9b
No related branches found
No related tags found
No related merge requests found
name: Mirror to Ebrains
on:
push:
branches: [ main ]
jobs:
# set the job name
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmain
uses: wei/git-sync@v3
with:
source_repo: "Neural-Systems-at-UIO/PyNutil"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/polarbean/PyNutil.git"
destination_branch: "main"
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