From 57c1ea3856c1b1b2dffde09b9fb22db2093678e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Plaza=20O=C3=B1ate?= Date: Wed, 5 Jun 2024 17:00:19 +0200 Subject: [PATCH] Fix gitlab url --- .github/workflows/mirror_gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror_gitlab.yml b/.github/workflows/mirror_gitlab.yml index c7c992e..48e547b 100644 --- a/.github/workflows/mirror_gitlab.yml +++ b/.github/workflows/mirror_gitlab.yml @@ -12,6 +12,6 @@ jobs: - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: - git@gitlab.com:metagenopolis/crocodeel.git + git@forgemia.inra.fr:metagenopolis/crocodeel.git ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}