ci(kache): connect hosted releases to shared MinIO - #63
Open
jmagar wants to merge 2 commits into
Open
Conversation
… default
The s3-endpoint input defaulted to a real internal hostname, which is a
topology leak in a public repository. Default it to empty and document that
callers pass `${{ vars.KACHE_S3_ENDPOINT }}`; composite actions cannot read
the org context directly, so it must arrive as an input.
Also drop the placeholder endpoint from the host-AWS-profile branch. A
placeholder there is worse than nothing: kache is fail-open, so an
unroutable endpoint yields a green build with no shared cache. Fail closed
instead when a 'kache' profile exists but no endpoint was supplied.
jmagar
force-pushed
the
ci/hosted-kache-minio-20260805
branch
from
August 25, 2026 16:41
8b17127 to
21935cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- connect trusted GitHub-hosted Linux Rust compilation to https://s3.tootie.tv\n- use organization secrets KACHE_S3_ACCESS_KEY / KACHE_S3_SECRET_KEY and endpoint metadata variables\n- align ephemeral hosted runners on Kache 0.13.0\n- preserve existing self-hosted Kache configs and the private MinIO endpoint\n- preserve credentialless and fork-run fallback behavior\n\nBoth Linux and Windows-cross release legs run on Ubuntu and now use Kache 0.13.0; the duplicate GitHub Rust cache was removed.\n\n## Verification\n- YAML parse: pass\n- actionlint from repository root: pass\n- git diff --check: pass\n- hosted input/reusable-workflow contract assertions: pass\n- cross-runner proof: Yarr PR #119 recorded remote=1, 100% hit rate, zero errors\n\nBead: ytdl-mcp-0pc