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