You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: mark enterprise runner visibility required (#2278)
If the `visibility` property is not specified on the
`github_enterprise_actions_runner_group`, an error is thrown.
Co-authored-by: Keegan Campbell <[email protected]>
*`enterprise_slug` - (Required) The slug of the enterprise.
42
42
*`name` - (Required) Name of the runner group
43
-
*`visibility` - (Optional) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
43
+
*`visibility` - (Required) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
44
44
*`selected_organization_ids` - (Optional) IDs of the organizations which should be added to the runner group
45
45
*`allows_public_repositories` - (Optional) Whether public repositories can be added to the runner group. Defaults to false.
46
46
*`restricted_to_workflows` - (Optional) If true, the runner group will be restricted to running only the workflows specified in the selected_workflows array. Defaults to false.
0 commit comments