Skip to content

Commit

Permalink
EBR-24 Mirror tvb-widgets from GitHub towards EBRAINS RI
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Mar 11, 2024
1 parent 9f917bc commit 7843e1d
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,24 +1,24 @@
name: Mirror to Ebrains
name: Mirror to EBRAINS 2.0

on:
push:
branches: [ main ]

jobs:
to_ebrains:
to_ebrains_2:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-widgets"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-widgets.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-widgets-mirror.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-widgets"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-widgets.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_SECRET }}@gitlab.ebrains.eu/ri/tech-hub/apps/tvb/tvb-widgets-mirror.git"
destination_branch: "refs/tags/*"

0 comments on commit 7843e1d

Please sign in to comment.