Update .gitea/workflows/cicd.yml
Some checks failed
Testing Infisical / build (push) Failing after 5s
Some checks failed
Testing Infisical / build (push) Failing after 5s
This commit is contained in:
@@ -26,7 +26,8 @@ jobs:
|
||||
run: |
|
||||
echo "Fetching secrets from Infisical..."
|
||||
echo "$BRANCH"
|
||||
infisical secrets list
|
||||
infisical export --env $BRANCH > .env
|
||||
infisical export --env=prod > .env.production
|
||||
infisical export --env=dev > .env.dev
|
||||
infisical export --env=staging > .env.staging
|
||||
ls -alth .
|
||||
cat .env
|
||||
Reference in New Issue
Block a user