Skip to content
Snippets Groups Projects
Commit 745c1f6a authored by Harry Carey's avatar Harry Carey
Browse files
parents a4569c62 60f5729c
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