diff --git a/.github/workflows/coding_mirror.yml b/.github/workflows/coding_mirror.yml deleted file mode 100644 index 665f47080..000000000 --- a/.github/workflows/coding_mirror.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: [push] -name: Mirror -jobs: - run: - name: Run - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'git@e.coding.net:llop18870/alas/AzurLaneAutoScript.git' - GIT_SSH_PRIVATE_KEY: ${{ secrets.CODING_SSH_PRIVATE_KEY }} - GIT_SSH_NO_VERIFY_HOST: "true"