fix(release): disable homebrew tap (needs PAT, not GITHUB_TOKEN)
Some checks failed
Release / release (push) Failing after 1s
Release / docker (push) Has been skipped
Release / virustotal (push) Failing after 0s

This commit is contained in:
Deivid Soto 2026-03-30 14:38:36 +02:00
parent 7c82686f24
commit 94b40014cc

View file

@ -37,13 +37,16 @@ changelog:
- "^test:"
- "^chore:"
brews:
- repository:
owner: torrentclaw
name: homebrew-tap
name: unarr
homepage: https://github.com/torrentclaw/unarr
description: "unarr — replaces the entire *arr stack"
license: MIT
install: |
bin.install "unarr"
# Homebrew tap — requires PAT with repo scope (not GITHUB_TOKEN)
# Enable when torrentclaw/homebrew-tap PAT is configured as HOMEBREW_TAP_TOKEN
# brews:
# - repository:
# owner: torrentclaw
# name: homebrew-tap
# token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
# name: unarr
# homepage: https://github.com/torrentclaw/unarr
# description: "unarr — replaces the entire *arr stack"
# license: MIT
# install: |
# bin.install "unarr"