fj secret/variable: add --org scope for shared CI credentials #148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/137-org-secrets-vars"
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?
Adds
--org <name>scope tofj secretandfj variableso they manage org-level (shared CI) secrets and variables, not just repo-level, via the Forgejo org actions secrets/variables API.--orgsets/gets/lists/deletes org secrets and variables.--orgis omitted.Authored by the codex-1 lane; local gates (
cargo fmt --check,cargo clippy --all-targets --all-features -- -D warnings,cargo test --all) all pass. Opened by the lead because the agent lane'sfjauth is temporarily unavailable on the box (see rasterstate/fj#147).Mandatory review (secrets change): requires a cross-family review before merge.
Fixes rasterstate/fj#137