From 5ec29ba4997d9cc38b46113d66abd23b5a527ba4 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 14 Aug 2026 15:23:30 +0200 Subject: [PATCH] add ssh fingerprint --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 33ae3ad..160689b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: host: rivercry.com port: 20022 username: monitor + fingerprint: ${{ secrets.SSH_HOST_FINGERPRINT }} key: ${{ secrets.SSH_PRIVATE_KEY }} script: | export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')