From 612b15638a48cc73c3b9db6a7eb062851ca62c91 Mon Sep 17 00:00:00 2001 From: Didi Hou <didi.hou@rwth-aachen.de> Date: Mon, 25 Mar 2024 09:09:07 +0100 Subject: [PATCH] Update ebrains-push.yml --- .github/workflows/ebrains-push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ebrains-push.yml b/.github/workflows/ebrains-push.yml index bd49919..a7e08d5 100644 --- a/.github/workflows/ebrains-push.yml +++ b/.github/workflows/ebrains-push.yml @@ -7,7 +7,7 @@ on: jobs: sync_to_ebrains: runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'didi-hou' }} + if: ${{ github.repository_owner == 'INM-6' }} steps: - name: Harden Runner uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 @@ -18,14 +18,14 @@ jobs: - name: sycnmaster uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 with: - source_repo: "didi-hou/multi-area-model" + source_repo: "INM-6/multi-area-model" source_branch: "master" - destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/didihou/multi-area-model.git" + destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/IAS-6/multi-area-model.git" destination_branch: "master" - name: synctags uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 with: - source_repo: "didi-hou/multi-area-model" + source_repo: "INM-6/multi-area-model" source_branch: "refs/tags/*" - destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/didihou/multi-area-model.git" - destination_branch: "refs/tags/*" \ No newline at end of file + destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/IAS-6/multi-area-model.git" + destination_branch: "refs/tags/*" -- GitLab