actions_slash_get_allowed_actions_organization

Function actions_slash_get_allowed_actions_organization 

Source
pub async fn actions_slash_get_allowed_actions_organization(
    configuration: &Configuration,
    org: &str,
) -> Result<SelectedActions, Error<ActionsSlashGetAllowedActionsOrganizationError>>
Expand description

Gets the selected actions and reusable workflows that are allowed in an organization. To use this endpoint, the organization permission policy for allowed_actions must be configured to selected. For more information, see "Set GitHub Actions permissions for an organization." OAuth tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.