Breadway
9ae815caa2
Use REGISTRY_TOKEN (scoped write:package) for registry publish
Mirror to GitHub / mirror (push) Successful in 2s
Build and publish package / package (push) Failing after 6m16s
2026-06-13 22:55:43 +08:00
Breadway
d1aef21998
Clone from public URL, not GITHUB_SERVER_URL (resolves to localhost in runner)
...
The Forgejo runner injects GITHUB_SERVER_URL as http://localhost:3002 , which
is unreachable from inside the job container. Use the public URL instead.
2026-06-13 16:14:15 +08:00
Breadway
ce0b7740d6
Fix Forgejo workflows for the actual server capabilities
...
- package.yml: correct Arch registry upload (octet-stream + binary body),
drop --privileged, manual shell clone (archlinux image has no Node),
built-in Actions token, --nocheck
- mirror.yml: clone --mirror + explicit refs push with --prune
2026-06-13 16:02:30 +08:00
Breadway
659e3da5ed
Add packaging/arch PKGBUILD and Forgejo Actions workflows
...
- packaging/arch/PKGBUILD: builds and publishes breadpad to [breadway] repo
- .forgejo/workflows/mirror.yml: mirrors every push/tag to GitHub
- .forgejo/workflows/package.yml: builds on tag, publishes to Forgejo registry
Requires FORGEJO_TOKEN and GITHUB_MIRROR_TOKEN secrets in Forgejo.
2026-06-13 12:12:43 +08:00