From 34bd1177514cf2af2bf553e552590f308b64004e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 13 Apr 2023 15:11:43 +0800 Subject: [PATCH] chore: add testing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce72c16..080bdef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,9 +222,9 @@ jobs: with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} - key: ${{ secrets.KEY }} + key: ${{ secrets.DEPLOY_SSH_KEY }} port: ${{ secrets.PORT }} script_stop: true script: | - git clone https://appleboy:${{ secrets.TEST_TOKEN }}@github.com/go-training/self-runner.git test_repository2 + git clone git@github.com:go-training/self-runner.git test_repository2 cd test_repository2 && git pull