From d592b5f2d827d1b1be09149372538a0eefd5eecb Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 18 Dec 2022 21:56:27 +0100 Subject: [PATCH] brew github token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 655f70e..45cf5bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: # The GitHub Token (saved as a repo secret) that has `repo` permissions for the homebrew tap you want to release to. # Required - string. - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.BREW_GITHUB_TOKEN }} # Git author info used to commit to the homebrew tap. # Defaults are shown - strings.