Update .github/workflows/build-nestv3.yml
This commit is contained in:
parent
73ab15bb26
commit
996798a6ab
4
.github/workflows/build-nestv3.yml
vendored
4
.github/workflows/build-nestv3.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ variables.SSH_KEY }}
|
||||
key: ${{ vars.SSH_KEY }}
|
||||
name: id_rsa
|
||||
known_hosts: ${{ variables.KNOWN_HOSTS }}
|
||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Build Package
|
||||
|
Loading…
Reference in New Issue
Block a user