diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index 49c2f890563ec7b9d64aed4cf6e1d934039480fd..d2420ca433e023e73f2efba0e99d33d0309404f8 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -8,7 +8,7 @@ jobs: with: source_repo: 'git@github.com:nmaas-platform/nmaas-janitor.git' source_branch: 'refs/remotes/source/*' - destination_repo: 'git@gitlab.geant.org:nmaas/nmaas-janitor.git' + destination_repo: 'git@gitlab.software.geant.org:nmaas/nmaas-janitor.git' destination_branch: 'refs/heads/*' source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }} destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }} \ No newline at end of file