Skip to content

Commit c4cb588

Browse files
Update sources/platform/actors/development/programming_interface/environment_variables.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 2891771 commit c4cb588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ For sensitive data like API keys or passwords, enable the **Secret** option. Thi
113113

114114
:::info Build-time variables
115115

116-
Custom environment variables are set during the Actor's build process and cannot be changed for existing builds. For more information, check out the [Builds](../builds_and_runs/builds.md) page.
116+
Once you start a build, you cannot change its environment variables. To use different variables, you must create a new build.
117117

118+
Learn more in [Builds](../builds_and_runs/builds.md).
118119
:::
119120

120121
## Access environment variables

0 commit comments

Comments
 (0)