From 71feac8c7b8c5add0be7140f19f0679693db174c Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Thu, 28 Jul 2022 20:39:59 +1000 Subject: [PATCH] update sync config --- .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 8af5d17..191e386 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -15,6 +15,6 @@ jobs: - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: - git@gitlab.com:xrayr-project/XrayR.git + git@gitlab.com:xrayr-project/XrayR-doc.git ssh_private_key: ${{ secrets.SSH_PRIVATEKEY }}