From aa201201a9350afbe5074c0aacfcc2783702c31b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 21:17:12 -0400 Subject: [PATCH] Actions update 4 --- .gitea/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 6bc9281..d125d80 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -21,6 +21,11 @@ jobs: echo "$SSH_KEY" | tr -d '\r' | ssh-add - ssh-add -l + - name: Trust Gitea host + run: | + mkdir -p ~/.ssh + ssh-keyscan localhost >> ~/.ssh/known_hosts + - name: Clone template repo run: | git clone --depth 1 ssh://git@localhost:222/lepton/app_templates /tmp/template