Update .gitea/workflows/cicd.yml
All checks were successful
Testing Infisical / build (push) Successful in 5s

This commit is contained in:
2025-11-13 09:41:53 +00:00
parent c289568b2a
commit 6b3dde1a08

View File

@@ -26,6 +26,6 @@ jobs:
run: | run: |
echo "Fetching secrets from Infisical..." echo "Fetching secrets from Infisical..."
echo "$BRANCH" echo "$BRANCH"
infisical export --env="$BRANCH" > .env infisical export --env $BRANCH > .env
ls -alth . ls -alth .
cat .env cat .env