pub async fn actions_slash_delete_repo_secret(
configuration: &Configuration,
owner: &str,
repo: &str,
secret_name: &str,
) -> Result<(), Error<ActionsSlashDeleteRepoSecretError>>
Expand description
Deletes a secret in a repository 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.