This commit is contained in:
parent
675b2dc303
commit
7d0f231f15
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -12,8 +12,7 @@ jobs:
|
||||||
- name: install ssh keys
|
- name: install ssh keys
|
||||||
# check this thread to understand why its needed:
|
# check this thread to understand why its needed:
|
||||||
# https://stackoverflow.com/a/70447517
|
# https://stackoverflow.com/a/70447517
|
||||||
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && ssh-keyscan -H ${{ secrets.SSH_HOST }}
|
||||||
run: ssh-keyscan -H ${{ secrets.SSH_HOST }}
|
|
||||||
- name: connect and pull
|
- name: connect and pull
|
||||||
run: echo "${{ secrets.SSH_USER }}"
|
run: echo "${{ secrets.SSH_USER }}"
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
|
|
Loading…
Reference in New Issue
Block a user