set_secret
Set environment variables or secrets for Replit workspaces to configure application settings and secure sensitive data.
Instructions
Set an environment variable/secret for a repl
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The name of the environment variable | |
| value | Yes | The value of the environment variable | |
| replId | No | Optional repl ID (uses active repl if not specified) |