From 5cb35c09a35afb94cdccf594b7ee1ae0255f8fa0 Mon Sep 17 00:00:00 2001
From: korvoj <korvoj@users.noreply.github.com>
Date: Wed, 19 Jul 2023 13:09:41 +0200
Subject: [PATCH] Replace gitlab.geant.org with gitlab.software.geant.org

---
 .github/workflows/git-sync.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml
index 49c2f89..d2420ca 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
-- 
GitLab