Organization Variable
Definition of a Variable
on organization level, the following properties are supported:
Key | Value | Description | Note |
---|---|---|---|
name | string | The name of the variable | |
selected_repositories | list[string] | List of repositories that can use the variable | only applicable if visibility is set to selected |
value | string | The variable value | |
visibility | string | Controls which repositories can use the variable | public , private or selected |
Jsonnet Function¶
Validation rules¶
visibility
ofprivate
is not supported by GitHub with a billing plan of typefree
- specifying a non-empty list of
selected_repositories
whilevisibility
is not set toselected
triggers a warning