Set env var
set_envSet a secret configuration value in the app's .env file, injected into preview and deploy processes without echoing the value back.
Instructions
Set a secret/config value in the app's .env. Injected into the app's process on preview and deploy. Values are never echoed back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| key | Yes | ||
| value | Yes |