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