Function update_repo_secret

Source
pub async fn update_repo_secret(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    secretname: &str,
    body: Option<CreateOrUpdateSecretOption>,
) -> Result<(), Error<UpdateRepoSecretError>>