Skip to content

Commit

Permalink
Checkout using https instead ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Jan 17, 2024
1 parent 0f4b983 commit b442bf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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() }}
Expand Down

0 comments on commit b442bf0

Please sign in to comment.