mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
When cargo-binstall fetches pre-built binaries from GitHub, it can hit API rate limits (403 Forbidden) when unauthenticated. This causes it to fall back to building from source, which fails for mdbook-linkcheck because the devenv container lacks openssl-devel and the perl modules needed to build OpenSSL from source. Pass the GitHub Actions token through to the container build as a secret, allowing cargo-binstall to make authenticated requests with higher rate limits. Assisted-by: OpenCode (claude-sonnet-4-20250514) Signed-off-by: Colin Walters <walters@verbum.org>