Update .github/workflows/build-canaryv3.yml

This commit is contained in:
ferreo 2024-07-25 21:46:57 +02:00
parent b19a4e14e7
commit 0a113c51ac

View File

@ -22,9 +22,9 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ vars.SSH_KEY }}
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ vars.KNOWN_HOSTS }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache