Обновить .github/workflows/all_test4.yaml
This commit is contained in:
2
.github/workflows/all_test4.yaml
vendored
2
.github/workflows/all_test4.yaml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.GITEASSH }}" | base64 -d > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
chmod 777 ~/.ssh/id_rsa
|
||||
ssh-keyscan -H bb.hublab.ru >> ~/.ssh/known_hosts
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
|
||||
Reference in New Issue
Block a user