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