diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml index c55f60aa87bc19c8118d121aebbfdb6a26070d71..c441b5a88eae8792ba9dee2967c85b3ffed621c5 100644 --- a/.github/workflows/ebrains.yml +++ b/.github/workflows/ebrains.yml @@ -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/*"