actions_slash_get_environment_secret

Function actions_slash_get_environment_secret 

Source
pub async fn actions_slash_get_environment_secret(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    environment_name: &str,
    secret_name: &str,
) -> Result<ActionsSecret, Error<ActionsSlashGetEnvironmentSecretError>>
Expand description

Gets a single environment secret without revealing its encrypted value. Authenticated users must have collaborator access to a repository to create, update, or read secrets. OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.