VA-49: point cargo registry at psa-systems-private owner #51
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VA-49-cargo-bearer-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Repoints the
psa-systems-cargoregistry alias from ownerpsa-systemstopsa-systems-privatein.cargo/config.toml(sparse index) and the published-URL print inpublish-crates.yml.Why
The
psa-systemsowner's Forgejo Cargo registry is a public leftover:config.jsonreportsauth-required: falseand the index is empty. The intended target is the privatepsa-systems-privateowner, whoseconfig.jsonreturnsauth-required: true(401 reqPackageAccessunauthenticated). Two independent signals confirm it:PSA_SYSTEMS_PRIVATE_PACKAGE_PAT.desktop-mcp/.cargo/config.tomlalready resolvespsa-systems-cargotosparse+https://dev.a8n.run/api/packages/psa-systems-private/cargo/.Publishing to
psa-systemswould land the crates where desktop-mcp cannot read them, so the chain stays broken even after the Bearer auth fix (PR #50). This was flagged by the desktop-mcp worker after applying the same owner correction there.Scope
Alias name
psa-systems-cargoand per-cratepublish = ["psa-systems-cargo"]are unchanged (they match desktop-mcp).build-package.yml's Generic Packages upload derives its owner from repo context and is untouched.Follow-up
After merge:
fj actions dispatch publish-crates.yml main -I ref=v0.1.0, then verify thepsa-systems-privatesparse index returns 0.1.0 for both crates.#VA-49