From d4d0e300ffe562b29df4b3c2ab899fd28d00c5cf Mon Sep 17 00:00:00 2001 From: Rui Ribeiro <rui.ribeiro@icloud.com> Date: Thu, 23 Mar 2023 10:39:05 +0100 Subject: [PATCH] Ebrains GitLab --- .github/workflows/ebrains.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml index c55f60a..c441b5a 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/*" -- GitLab