install ssh key
This commit is contained in:
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user