From fdff15af7589682f36881ba045795ef80af638f8 Mon Sep 17 00:00:00 2001 From: ardi Date: Thu, 13 Nov 2025 09:31:55 +0000 Subject: [PATCH] Update .gitea/workflows/cicd.yml --- .gitea/workflows/cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index aa8342b..b9a223c 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -23,4 +23,5 @@ jobs: run: | echo "Fetching secrets from Infisical..." infisical export > .env - ls -alth . \ No newline at end of file + ls -alth . + cat .env \ No newline at end of file