add ssh key install to deploy
Some checks failed
/ Build Nix targets (push) Has been cancelled
/ build hive configuration (push) Failing after 19s

This commit is contained in:
Awen Lelu 2025-11-12 09:47:15 +01:00
parent cf98d452bc
commit 43175c3133

View File

@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
- name: Install dependencies for Nix setup action
run: |
apt update -y