Files
2026-07-13 13:32:57 +08:00

6 lines
295 B
Markdown

---
"@trigger.dev/build": patch
---
You can now mark environment variables synced via the `syncEnvVars` build extension as secrets. Return `{ name, value, isSecret: true }` from your callback and those variables are stored redacted in the dashboard, just like manually created secret env vars.