Update .github/workflows/release-canaryv3.yml

This commit is contained in:
ferreo 2024-07-24 00:28:27 +02:00
parent fa367fe6cd
commit 68d08ecc61

View File

@ -18,20 +18,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@v2 uses: shimataro/ssh-key-action@v2
with: with:
key: ${{ secrets.SSH_KEY }} key: ${{ variables.SSH_KEY }}
name: id_rsa name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }} known_hosts: ${{ variables.KNOWN_HOSTS }}
if_key_exists: replace if_key_exists: replace
- name: Update APT Cache - name: Update APT Cache