pub fn installation_token(jwt: &str) -> Result<String, String>
Exchanges the App JWT for an installation token scoped to whatever repos the installation covers.
API failures with GitHub’s response body included.