Skip to content

Commit

Permalink
add gitlab mirror action
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Sep 25, 2023
1 parent f9f3797 commit a09de3a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 comments on commit a09de3a

Please sign in to comment.