From 326c7e23e626c7b98564d912b868e38f1e550d8f Mon Sep 17 00:00:00 2001 From: Leonidas Vrachnis Date: Wed, 16 Oct 2024 12:21:45 +0200 Subject: [PATCH] chore(goreleaser): use token for external repo --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 51b60c6..66ddd2b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -141,6 +141,8 @@ brews: branch: main + token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" + # Sets up pull request creation instead of just pushing to the given branch. # Make sure the 'branch' property is different from base before enabling # it.