feat: Separate Homebrew update workflow with PAT support

This commit is contained in:
Steve Yegge
2025-11-05 20:38:47 -08:00
parent 34ff0a1200
commit 739786e949
2 changed files with 103 additions and 15 deletions
+15 -15
View File
@@ -101,21 +101,21 @@ release:
**Manual Install:**
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
# Homebrew tap
brews:
- name: bd
repository:
owner: steveyegge
name: homebrew-beads
branch: main
directory: Formula
homepage: https://github.com/steveyegge/beads
description: "AI-supervised issue tracker for coding workflows"
license: MIT
test: |
system "#{bin}/bd", "version"
install: |
bin.install "bd"
# Homebrew tap - disabled, handled by separate workflow
# brews:
# - name: bd
# repository:
# owner: steveyegge
# name: homebrew-beads
# branch: main
# directory: Formula
# homepage: https://github.com/steveyegge/beads
# description: "AI-supervised issue tracker for coding workflows"
# license: MIT
# test: |
# system "#{bin}/bd", "version"
# install: |
# bin.install "bd"
# Announce the release
announce: