fabro/lib/crates/fabro-github
Bryan Helmkamp 964c31837e
refactor(workflow): reuse GitHubCredentials::resolve_bearer_token
Make GitHubCredentials::resolve_bearer_token public and call it from
run_metadata::mint_token instead of re-implementing the JWT-sign +
installation-token branch. Eliminates the unreachable!() that arose from
matching the same enum twice.

Also drop the metadata_ field-name prefix on RunMetadataRuntime fields
(degraded, warning_emitted) — the prefix is redundant inside a struct
already named RunMetadataRuntime. Method names unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 10:12:31 -04:00
..
src refactor(workflow): reuse GitHubCredentials::resolve_bearer_token 2026-05-01 10:12:31 -04:00
tests feat(github): point install errors at the configured app and require creds for docker 2026-04-29 10:43:00 -04:00
Cargo.toml refactor(redact): extract redaction into dedicated crate 2026-04-24 15:02:23 -04:00