From 8e215027ca354cc170ef9b69244d72758c86d785 Mon Sep 17 00:00:00 2001 From: Brian Weaver Date: Wed, 25 Aug 2021 12:33:01 -0400 Subject: [PATCH] Adjust bump homebrew formula CI config --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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