Homebrew tap for the Brink operator CLI.
export HOMEBREW_GITHUB_API_TOKEN=<token with read on getbrink/brink-releases>
brew trust getbrink/tap
brew install getbrink/tap/brinkBrink's release artifacts live in getbrink/brink-releases.
lib/custom_download_strategy.rb resolves them through the GitHub release-asset
API using HOMEBREW_GITHUB_API_TOKEN. Without a token the install fails with an
explanatory error rather than a bare 404.
Both tracked files are generated. Formula/brink.rb is written by GoReleaser and
lib/custom_download_strategy.rb is synced from
packaging/homebrew/custom_download_strategy.rb in getbrink/brink, both by the
release-brink workflow. Edit them there, not here.