diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d6ae0d5..1f8880d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,37 +13,18 @@ jobs: mkdir -p ~/.ssh/ echo "$SSH_KEY" > ~/.ssh/builder.key chmod 600 ~/.ssh/builder.key - echo "$SSH_T_KEY" > ~/.ssh/taishan.key - chmod 600 ~/.ssh/taishan.key cat >>~/.ssh/config <