From a8f8a0f93b0918312f18571e7b370d9a9c6939f2 Mon Sep 17 00:00:00 2001 From: Samir AMZANI Date: Fri, 13 Mar 2026 01:20:12 +0000 Subject: [PATCH] fix: add token to GoReleaser brew config for cross-repo push Without an explicit token, GoReleaser uses the default GITHUB_TOKEN which only has access to the current repo, not the homebrew-tap repo. --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 63bcfd9..efd5d77 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,6 +29,7 @@ brews: - repository: owner: apideck-libraries name: homebrew-tap + token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" name: apideck homepage: "https://github.com/apideck-io/cli" description: "Beautiful, agent-friendly CLI for the Apideck Unified API"