mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Fix SSH key not importing
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
283d75c670
commit
5d2ddaf3e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-push.yml
vendored
2
.github/workflows/build-push.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Setup SSH key
|
||||
run: |
|
||||
install -m 600 -D /dev/null ~/.ssh/id_rsa
|
||||
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
ssh-keyscan -H $SSH_HOST > ~/.ssh/known_hosts
|
||||
shell: bash
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue