diff --git a/.github/workflows/ebrains-push.yml b/.github/workflows/ebrains-push.yml index 0ffb80a..a832c09 100644 --- a/.github/workflows/ebrains-push.yml +++ b/.github/workflows/ebrains-push.yml @@ -21,7 +21,7 @@ jobs: - name: synctags uses: wei/git-sync@v3 with: - source_repo: "nest/nest-simulator" + source_repo: "nest/nest-docker/" source_branch: "refs/tags/*" destination_repo: "https://ghpusher:${{ secrets.EBRAINS_PUSH_TOKEN }}@gitlab.ebrains.eu/nest/nest-docker.git" destination_branch: "refs/tags/*"