Skip to content

Commit 0594ed3

Browse files
committed
EBR-24 Update mirror towards EBRAINS 2.0
1 parent f555269 commit 0594ed3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ebrains-sync.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mirror to Ebrains
1+
name: Mirror to Ebrains 2.0
22

33
on:
44
push:
@@ -13,19 +13,19 @@ jobs:
1313
with:
1414
source_repo: "the-virtual-brain/tvb-ext-xircuits"
1515
source_branch: "master"
16-
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
16+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
1717
destination_branch: "master"
1818
- name: syncdev
1919
uses: wei/git-sync@v3
2020
with:
2121
source_repo: "the-virtual-brain/tvb-ext-xircuits"
2222
source_branch: "dev"
23-
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
23+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
2424
destination_branch: "dev"
2525
- name: synctags
2626
uses: wei/git-sync@v3
2727
with:
2828
source_repo: "the-virtual-brain/tvb-ext-xircuits"
2929
source_branch: "refs/tags/*"
30-
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
30+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-ext-xircuits-mirror.git"
3131
destination_branch: "refs/tags/*"

0 commit comments

Comments
 (0)