pub async fn actions_slash_set_allowed_actions_repository(
configuration: &Configuration,
owner: &str,
repo: &str,
selected_actions: Option<SelectedActions>,
) -> Result<(), Error<ActionsSlashSetAllowedActionsRepositoryError>>Expand description
Sets the actions and reusable workflows that are allowed in a repository. To use this endpoint, the repository permission policy for allowed_actions must be configured to selected. For more information, see "Set GitHub Actions permissions for a repository." OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.