c
This commit is contained in:
parent
da97476bf3
commit
74f3a6da31
4
.github/workflows/build-canaryv3.yml
vendored
4
.github/workflows/build-canaryv3.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ vars.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
- name: Update APT Cache
|
||||||
|
4
.github/workflows/build-nestv3.yml
vendored
4
.github/workflows/build-nestv3.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ vars.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
- name: Update APT Cache
|
||||||
|
4
.github/workflows/release-canaryv3.yml
vendored
4
.github/workflows/release-canaryv3.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ vars.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
- name: Update APT Cache
|
||||||
|
4
.github/workflows/release-nestv3.yml
vendored
4
.github/workflows/release-nestv3.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ vars.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
- name: Update APT Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user