Commit Graph

7 Commits

Author SHA1 Message Date
argenis de la rosa
0dd8078a05
ci(homebrew): restore Homebrew core formula publishing workflow
Re-adds the manual-dispatch workflow for bumping the zeroclaw formula
in Homebrew/homebrew-core via a bot-owned fork. Improved from the
previously removed version with safer env-var handling.

Requires secrets: HOMEBREW_CORE_BOT_TOKEN or HOMEBREW_UPSTREAM_PR_TOKEN
Requires variables: HOMEBREW_CORE_BOT_FORK_REPO, HOMEBREW_CORE_BOT_EMAIL
2026-03-24 15:17:15 +03:00
jordanthejet
9923544769 ci: replace all workflows with simplified CI/CD pipeline
Remove 22 workflow files and 9 JS scripts. Replace with 3 workflows:
- ci.yml: test + build on PRs
- release.yml: auto beta release on merge to main
- promote-release.yml: manual stable release promotion

Update README Development section to document the new CI/CD system.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 21:15:36 -05:00
Will Sarg
b96a5477f2 ci(homebrew): handle existing upstream remote and main base 2026-02-22 05:16:49 -05:00
Will Sarg
2406e6bd35 ci(homebrew): prefer HOMEBREW_UPSTREAM_PR_TOKEN with fallback 2026-02-22 05:15:42 -05:00
Will Sarg
905e714659
ci(homebrew): use gh-managed auth with explicit fork access checks (#1372) 2026-02-22 04:28:15 -05:00
Will Sarg
43c6f64080
ci(homebrew): fix bot fork auth clone path (#1329)
* ci(homebrew): authenticate git ops via header-safe token flow

* ci(homebrew): fix patch step indentation in workflow
2026-02-21 21:45:33 -05:00
Will Sarg
44cac0755c
ci(release): add bot-owned Homebrew publish workflow (#1323) 2026-02-21 20:18:08 -05:00