Skip to content
Snippets Groups Projects
Unverified Commit 4be29cc9 authored by Didi Hou's avatar Didi Hou Committed by GitHub
Browse files

Update ebrains-push.yml

parent 0637b3af
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ on: ...@@ -7,7 +7,7 @@ on:
jobs: jobs:
sync_to_ebrains: sync_to_ebrains:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'didi-hou' }} if: ${{ github.repository_owner == 'INM-6' }}
steps: steps:
- name: Harden Runner - name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
...@@ -18,14 +18,14 @@ jobs: ...@@ -18,14 +18,14 @@ jobs:
- name: sycnmaster - name: sycnmaster
uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83
with: with:
source_repo: "didi-hou/multi-area-model" source_repo: "INM-6/multi-area-model"
source_branch: "master" 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" destination_branch: "master"
- name: synctags - name: synctags
uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83
with: with:
source_repo: "didi-hou/multi-area-model" source_repo: "INM-6/multi-area-model"
source_branch: "refs/tags/*" source_branch: "refs/tags/*"
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: "refs/tags/*" destination_branch: "refs/tags/*"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment