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.