From 5f08b6ab85734193eae1ff826fdb04a645c303d3 Mon Sep 17 00:00:00 2001 From: lan-tianxiang <42911023+lan-tianxiang@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:35:27 +0800 Subject: [PATCH] Update gitee.yml --- .github/workflows/gitee.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/gitee.yml b/.github/workflows/gitee.yml index 3d035b8..74bab5b 100644 --- a/.github/workflows/gitee.yml +++ b/.github/workflows/gitee.yml @@ -19,13 +19,6 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - name: Prepare Key - run: | - mkdir -p ~/.ssh - echo -e "${{ secrets.GITEE_PRIVATE_KEY }}" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - ssh-keyscan gitee.com > ~/.ssh/known_hosts - - name: sync github -> gitee uses: Yikun/hub-mirror-action@master with: