pub async fn create_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
body: Option<CreateVariableOption>,
) -> Result<(), Error<CreateRepoVariableError>>
pub async fn create_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
body: Option<CreateVariableOption>,
) -> Result<(), Error<CreateRepoVariableError>>