pub fn resolve_github_token(explicit: Option<&str>) -> Option<String>Expand description
Process-env wrapper of resolve_github_token_with_env for call sites
without a Context (e.g. the bump/tag changelog-sync write path,
whose commands expose no --token flag).