From 1e2763d8331615dc06cdc955482b7e61d3ea44fb Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:18:54 -0400 Subject: [PATCH] fix: allow brew release Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce4d37c..d9ca9b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,3 +79,4 @@ jobs: QUILL_NOTARY_KEY: ${{ secrets.APPLE_NOTARY_KEY }} # for creating the release (requires write access to packages and content) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}