diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 285411c..2de7a52 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -38,7 +38,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