Function actions_slash_list_repo_variables

Source
pub async fn actions_slash_list_repo_variables(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<ActionsListRepoOrganizationVariables200Response, Error<ActionsSlashListRepoVariablesError>>
Expand description

Lists all repository variables. Authenticated users must have collaborator access to a repository to create, update, or read variables. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.