install ssh key
This commit is contained in:
parent
4da4d285c8
commit
ffd6bd18e2
@ -53,4 +53,9 @@ jobs:
|
||||
with:
|
||||
name: build-artifact
|
||||
path: target
|
||||
- name: Install SSH Key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user