This commit is contained in:
Serafim Urukov 2021-10-30 02:03:25 +03:00
parent e81e2e3206
commit a1af192397

View File

@ -14,7 +14,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: Connect to Yandex Cloud on my own - name: Connect to Yandex Cloud on my own
- run: | run: |
set -eu set -eu
mkdir "$HOME/.ssh" mkdir "$HOME/.ssh"
echo "${{ secrets.key }}" > "$HOME/.ssh/key" echo "${{ secrets.key }}" > "$HOME/.ssh/key"