create_variable_group
Create a variable group in Codemagic to organize and manage environment variables for your CI/CD builds, supporting team and app-level scopes.
Instructions
Create a new variable group in Codemagic. Requires a team_id (personal accounts do not support global variable groups) or an app_id for app-level groups. After creating, add non-secret variables via add_variable, or add secret values directly in the Codemagic UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the variable group | |
| team_id | No | Team ID to create the group under | |
| app_id | No | App ID to create the group under |