Skip to content

Commit

Permalink
Ebrains GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
rribeiro-sci committed Mar 23, 2023
1 parent 7736ab0 commit d4d0e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ebrains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
with:
source_repo: "rribeiro-sci/SSBtoolkit"
source_branch: "main"
destination_repo: "https://ssbtoolkitpull:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "rribeiro-sci/SSBtoolkit"
source_branch: "refs/tags/*"
destination_repo: "https://ssbtoolkitpull:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_branch: "refs/tags/*"


0 comments on commit d4d0e30

Please sign in to comment.