Update .gitea/workflows/cicd.yml
Some checks failed
Testing Infisical / build (push) Failing after 6s

This commit is contained in:
2025-11-13 09:47:19 +00:00
parent fe9ae6dd43
commit 9e394caa57

View File

@@ -26,8 +26,8 @@ jobs:
run: |
echo "Fetching secrets from Infisical..."
echo "$BRANCH"
infisical export --env=prod > .env.production
infisical export --env=dev > .env.dev
infisical export --env=production > .env.production
infisical export --env=development > .env.dev
infisical export --env=staging > .env.staging
ls -alth .
cat .env