6 lines
295 B
Markdown
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.
|