From 7e982dfa08d56cacbe974ebe59098a64cfc047b3 Mon Sep 17 00:00:00 2001 From: xxl4 Date: Thu, 20 Jun 2024 16:21:44 +0800 Subject: [PATCH] fix --- .github/workflows/mirror.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index fdbe51ea6..8b69d4398 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,4 +14,11 @@ jobs: REMOTE: ${{ secrets.SYNC_GIT_HOST }} GIT_USERNAME: Steve GIT_PASSWORD: ${{ secrets.GITLAB_KEY }} + - name: 'sync to merchat' + uses: yesolutions/mirror-action@master + with: + REMOTE: "git@github.com:NexaMerchant/merchant.git" + GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }} + GIT_SSH_NO_VERIFY_HOST: "true" +