From 5c58edbcb430b3cb677e697d7a8ada233bd63aac Mon Sep 17 00:00:00 2001 From: liadomide Date: Mon, 15 Apr 2024 18:30:29 +0300 Subject: [PATCH] EBR-24 Switch synch towards EBRAINS 2.0 --- .github/workflows/ebrains-sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ebrains-sync.yml b/.github/workflows/ebrains-sync.yml index 8bbd888..d5e2c69 100644 --- a/.github/workflows/ebrains-sync.yml +++ b/.github/workflows/ebrains-sync.yml @@ -1,4 +1,4 @@ -name: Mirror to Ebrains +name: Mirror to Ebrains 2.0 on: push: @@ -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/*"