From ca3ba983834e5851b609d171d1c25f8fbcbc4b7a Mon Sep 17 00:00:00 2001 From: lakkeger Date: Mon, 11 Mar 2024 15:35:56 +0100 Subject: [PATCH] fix(ci:sync): change Gitlab repo URL --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index a3df792..c915a98 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -13,5 +13,5 @@ jobs: - name: Mirroring Repository uses: pixta-dev/repository-mirroring-action@v1.1.1 with: - target_repo_url: git@gitlab.com:Lakkeger/sample-serverless-image-resizer-s3-lambda.git + target_repo_url: git@gitlab.com:localstack.cloud/samples/sample-serverless-image-resizer-s3-lambda.git ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} \ No newline at end of file