Skip to content

Commit 9a32063

Browse files
authored
Tiny update (#3151)
* Small update * Update configuring-environment-variables.md
1 parent 2b0b393 commit 9a32063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/yaml-basic-configuration/configuring-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See an overview of how to work with environment variables in Codemagic in the vi
2525

2626
## Variable groups and accessing variables
2727

28-
All environment variables and secrets added in the Codemagic UI must be assigned a **group**. To make the variables available to the build machine, the variable group must be referenced in your codemagic.yaml workflow.
28+
All environment variables and secrets added in the Codemagic UI must be assigned to a **group**. To make the variables available to the build machine, the variable group must be referenced in your codemagic.yaml workflow.
2929

3030
A variable group allows you to define and store related environment variables that can be imported together in a codemagic.yaml file. For instance, you might create separate `staging` and `production` groups, each containing variables with the same names but different values. By importing the appropriate group in your workflow, you can reuse the same script logic while dynamically applying environment-specific configurations.
3131

0 commit comments

Comments
 (0)