Function create_repo_variable

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