From 88aa311eac61d31509f6356b35a361181118547e Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 22 Jul 2025 23:33:30 -0400 Subject: [PATCH] 28 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 34b8ebd..0700e3f 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo - run: git clone https://code.akshaykolli.net/lepton/website + run: git clone ssh://git@gitea/lepton/website # ------------------------------------------------------------ # 2. Start an SSH agent and load the private key from secrets