Skip to content

Commit 09ca544

Browse files
committed
docs: document secret environment variables
1 parent b74e01e commit 09ca544

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/deploy-environment-variables.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ We deploy your tasks and scale them up and down when they are triggered. So any
3030
locally.
3131
</Note>
3232

33+
### Secret environment variables
34+
35+
When creating an environment variable, you can mark it as a **Secret**. Secret values are hidden in the dashboard and cannot be viewed after creation.
36+
37+
<Warning>
38+
Marking a variable as a Secret is irreversible and can only be done when creating the variable. To
39+
change this setting, you must delete the variable and create a new one.
40+
</Warning>
41+
3342
### Editing environment variables
3443

3544
You can edit an environment variable's values. You cannot edit the key name, you must delete and create a new one.

0 commit comments

Comments
 (0)