Document CI gotchas and standardize FORGEJO_TOKEN across skills #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
During CI setup for freezone backend and frontend, we discovered that
rustup default stableandrustup update stablecrash theghcr.io/despiegk/builder:latestcontainer (~7s silent failure). Also, several skills useGIT_TOKENfor API calls but this variable does not exist in the env_secrets registry or in actual user env files — onlyFORGEJO_TOKENexists. The forge_workflow skill (PR #15) also needs minor polish found during dog-fooding.Goals
forge_ciCommon CI Issues tablebuild_libabout directsource $HOME/.cargo/envfallback in containersFORGEJO_TOKEN(retireGIT_TOKENreferences)forge_workflowskill: add duplicate-check step, fix token variable nameenv_secretsto remove ambiguity about token namesDocument builder container CI gotchas in forge_ci and build_lib skillsto Document CI gotchas and standardize FORGEJO_TOKEN across skills