bread-ecosystem/.forgejo/workflows
Breadway 025e27b496 Move bakery's own release workflow from .github to .forgejo
.github/workflows/release.yml built and published the bakery binary
itself, but it lived under .github/ and targeted runs-on:
[self-hosted, hestia] — a runner label only registered against
Forgejo, never against GitHub Actions. It has therefore never run;
get.sh has been pointing at dl.breadway.dev/bakery/... this whole time
with nothing actually publishing there.

Recreated the same logic as .forgejo/workflows/release-bakery.yml,
matching the sibling release-bread-theme.yml in this repo (manual
clone instead of actions/checkout, GH_RELEASE_TOKEN instead of the
GitHub-provided GITHUB_TOKEN, same dormant-until-provisioned minisign
signing step). Removed the dead .github copy.
2026-07-17 14:06:12 +08:00
..
mirror.yml Add Arch packaging and Forgejo workflows for bakery 2026-06-13 16:40:51 +08:00
package.yml Use REGISTRY_TOKEN (scoped write:package) for registry publish 2026-06-13 22:55:39 +08:00
release-bakery.yml Move bakery's own release workflow from .github to .forgejo 2026-07-17 14:06:12 +08:00
release-bread-theme.yml Fix audit findings: bakery index signing, artifact checksums, stale theme docs 2026-07-17 03:37:51 +08:00