From 43e67e4203d59c52976b88900c0cd441484d11a0 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:36:12 -0800 Subject: [PATCH] Review comments --- .github/workflows/brew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brew.yaml b/.github/workflows/brew.yaml index 854ccd8..0f28d1f 100644 --- a/.github/workflows/brew.yaml +++ b/.github/workflows/brew.yaml @@ -1,4 +1,4 @@ -name: Homebrew +name: brew on: workflow_run: @@ -15,6 +15,6 @@ jobs: uses: dawidd6/action-homebrew-bump-formula@v3 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes - token: ${{secrets.TOKEN}} + token: ${{secrets.BREW_TOKEN}} # Formula name, required formula: forgit