Stop t3-env from asking for env in github actions
Title^^
My ci/cd to vercel is failing as it’s asking me to add my variables to the secrets, but I don’t wanna do that
Do I add them to skip validation??
My ci/cd to vercel is failing as it’s asking me to add my variables to the secrets, but I don’t wanna do that
Do I add them to skip validation??
Solution
Try the following configuration
src/env.ts - config
Ensure the
.github/workflows/ci.yml - workflow file
src/env.ts - config
Ensure the
process.env.SKIP_ENV_VALIDATION is a boolean value .github/workflows/ci.yml - workflow file
