pub async fn actions_slash_set_allowed_actions_organization(
configuration: &Configuration,
org: &str,
selected_actions: Option<SelectedActions>,
) -> Result<(), Error<ActionsSlashSetAllowedActionsOrganizationError>>
Expand description
Sets the 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 app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.