enabled_repos
Overview
| Name | enabled_repos |
| Type | Resource |
| Id | github.actions.enabled_repos |
Fields
| Name | Datatype |
|---|---|
repositories | array |
total_count | number |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
list_selected_repositories_enabled_github_actions_organization | SELECT | org | Lists the selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories must be configured to selected. For more information, see "Set GitHub Actions permissions for an organization."You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this API. |
disable_selected_repository_github_actions_organization | EXEC | org, repository_id | Removes a repository from the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories must be configured to selected. For more information, see "Set GitHub Actions permissions for an organization."You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this API. |
enable_selected_repository_github_actions_organization | EXEC | org, repository_id | Adds a repository to the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories must be must be configured to selected. For more information, see "Set GitHub Actions permissions for an organization."You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this API. |
set_selected_repositories_enabled_github_actions_organization | EXEC | org, data__selected_repository_ids | Replaces the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories must be configured to selected. For more information, see "Set GitHub Actions permissions for an organization."You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this API. |