Skip to content

Commit

Permalink
EBR-24 Switch synch towards EBRAINS 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 15, 2024
1 parent 76a693d commit 5c58edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ebrains-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mirror to Ebrains
name: Mirror to Ebrains 2.0

on:
push:
Expand All @@ -13,12 +13,12 @@ jobs:
with:
source_repo: "the-virtual-brain/tvb-ext-unicore"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-unicore.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-unicore-mirror.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-unicore"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-unicore.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-unicore-mirror.git"
destination_branch: "refs/tags/*"

0 comments on commit 5c58edb

Please sign in to comment.