From b442bf07f590f70f4fbb04e26239ae12d672e5ff Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Wed, 17 Jan 2024 17:30:09 +0800 Subject: [PATCH] Checkout using https instead ssh --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79cb7bb3..29f97881 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,8 +38,6 @@ jobs: - name: Check out code if: ${{ !cancelled() && !failure() }} uses: actions/checkout@v3 - with: - ssh-key: ${{ secrets.MY_DEPLOY_KEY }} - name: Start builder container if: ${{ !cancelled() && !failure() }} @@ -103,8 +101,6 @@ jobs: - name: Check out code if: ${{ !cancelled() && !failure() }} uses: actions/checkout@v3 - with: - ssh-key: ${{ secrets.MY_DEPLOY_KEY }} - name: Start builder container if: ${{ !cancelled() && !failure() }}