diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be62ea059..d0e272100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,9 @@ jobs: - name: Bump Homebrew formula uses: dawidd6/action-homebrew-bump-formula@v3 with: - token: ${{secrets.GITHUB_API_TOKEN}} - formula: namespacebrian/terminus/t3 + token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}} + tap: namespacebrian/terminus + formula: t3 # functional_tests: # runs-on: ubuntu-latest