diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index a94b49c479e27d854696b1b73873d0b4645fd9f0..4918f1e632d5a0d83f900f3554121992cf41fa26 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-portal.git' source_branch: 'refs/remotes/source/*' - destination_repo: 'git@gitlab.geant.org:nmaas/nmaas-portal.git' + destination_repo: 'git@gitlab.software.geant.org:nmaas/nmaas-portal.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