Update build-kernel.yml

This commit is contained in:
Igor Pečovnik
2021-12-21 09:00:19 +01:00
committed by GitHub
parent 4d234dc840
commit 343f664dfe

View File

@@ -16,7 +16,7 @@ on:
required: true
SCRIPTS_ACCESS_TOKEN:
required: true
SSH_KEY_TORRENTS:
KEY_TORRENTS:
required: true
KNOWN_HOSTS_UPLOAD:
required: true
@@ -147,7 +147,7 @@ jobs:
- name: Install SSH key for storage
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY_TORRENTS }}
key: ${{ secrets.KEY_TORRENTS }}
known_hosts: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
if_key_exists: replace
@@ -234,7 +234,7 @@ jobs:
- name: Install SSH key for storage
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY_TORRENTS }}
key: ${{ secrets.KEY_TORRENTS }}
known_hosts: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
if_key_exists: replace