actions_slash_list_environment_variables

Function actions_slash_list_environment_variables 

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

Lists all environment 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.