Function actions_slash_delete_environment_secret

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

Deletes a secret in an environment using the secret name. 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.