This commit is contained in:
ferreo 2024-07-25 21:07:44 +01:00
parent 89c198d984
commit c62b85c583
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -43,4 +43,4 @@ jobs:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }} CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
PURGE_URLS: ${{ vars.PURGE_URLS }} PURGE_URLS: ${{ secrets.PURGE_URLS }}