pub fn create_repository(token: &str, name: &str) -> Result<String, String>
Creates a new public GitHub repository. Returns the repository full name (e.g., “username/repo”).