pub fn verify_github_trust_context(
request: &PublishRequest,
root: &Path,
env_map: &BTreeMap<String, String>,
expected: &GitHubTrustContext,
actual_repository: Option<&str>,
actual_workflow: Option<&str>,
actual_environment: Option<&str>,
) -> MonochangeResult<()>