actions_slash_list_environment_secrets

Function actions_slash_list_environment_secrets 

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

Lists all secrets available in an environment without revealing their encrypted values. Authenticated users must have collaborator access to a repository to create, update, or read secrets. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.