Skip to content

Commit

Permalink
EBR-24 Update mirror towards EBRAINS 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Sep 17, 2024
1 parent f555269 commit 0594ed3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,19 +13,19 @@ jobs:
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
destination_branch: "master"
- name: syncdev
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "dev"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
destination_branch: "dev"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
destination_branch: "refs/tags/*"

0 comments on commit 0594ed3

Please sign in to comment.