mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-kernel.yml
This commit is contained in:
6
.github/workflows/build-kernel.yml
vendored
6
.github/workflows/build-kernel.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user