Wire Forgejo Actions CI/CD workflows (.forgejo/workflows/) #22
Loading…
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?
Wire the three standard workflows from
Circuit-Forge/cf-agents:\n\n-.forgejo/workflows/ci.yml— lint, typecheck, test on PR/push\n-.forgejo/workflows/release.yml— Docker build, GHCR push, Forgejo release on tag\n-.forgejo/workflows/mirror.yml— push to GitHub + Codeberg mirrors on main/tags\n\n## Required secrets (set in Forgejo repo settings)\nGITHUB_MIRROR_TOKEN,CODEBERG_MIRROR_TOKEN,GHCR_TOKEN,FORGEJO_RELEASE_TOKEN\n\n## Customization needed\n\n- This is a FastAPI + Vue repo: useci-fullstack.ymlvariant (Circuit-Forge/cf-agents#4) once available\n- Add.cliff.tomlat repo root (Circuit-Forge/cf-agents#1)\n- Confirm GHCR/Codeberg org names (Circuit-Forge/cf-agents#5)\n- BSL product: resolve Docker registry policy before wiringrelease.ymlpush to GHCR (Circuit-Forge/cf-agents#3)