From 43175c3133de9b2ffbc760bab1eb40ce5f68c4a4 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Wed, 12 Nov 2025 09:47:15 +0100 Subject: [PATCH] add ssh key install to deploy --- .gitea/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 028a5bb..8fa54eb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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