workflow testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
This commit is contained in:
parent
fc5138e964
commit
b3aee8c8a8
@ -25,6 +25,9 @@ jobs:
|
||||
- name: Sending my key to file
|
||||
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key
|
||||
|
||||
- name: Adding SIAB to known hosts
|
||||
run: echo "${{ secrets.SIAB_FINGERPRINT }}" > ~/.ssh/known_hosts
|
||||
|
||||
- name: Testing this
|
||||
run: cat ~/key
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user