diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c0b36..f7a0db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,5 +214,5 @@ jobs: port: ${{ secrets.PORT }} script_stop: true script: | - git clone https://appleboy:${{ secrets.GITHUB_TOKEN }}@github.com/appleboy/cpc-infra.git test_repository + git clone https://appleboy:${{ secrets.TEST_TOKEN }}@github.com/appleboy/cpc-infra.git test_repository rm -rf test_repository