• v0.1.1 4bbe976e7a

    CI: migrate release workflow from GitHub Actions to Forgejo Actions
    All checks were successful
    Mirror to GitHub / mirror (push) Successful in 1s
    release / build (push) Successful in 25s

    Ghost released this 2026-07-03 13:55:13 +08:00 | 25 commits to main since this release

    GitHub Actions self-hosted runners require per-repo registration on a
    personal (non-org) account — every new bakery repo needed a manually
    provisioned runner on hestia, which nobody had noticed was broken
    until this session. Forgejo Actions' runner already serves every repo
    with zero registration. Moves release.yml there (dl.breadway.dev is
    the primary bakery fetch target either way; GitHub release upload is
    kept as the fallback path, now via an explicit token since Forgejo
    Actions has no ambient GITHUB_TOKEN), and adds a mirror workflow to
    keep GitHub in sync automatically instead of manual dual-remote pushes.

    Downloads