From ebf01bf38125a1c6dacf0113c7741a1ff45320c9 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:01:29 -0800 Subject: [PATCH] Delete brew workflow --- .github/workflows/brew.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/brew.yaml diff --git a/.github/workflows/brew.yaml b/.github/workflows/brew.yaml deleted file mode 100644 index bbe6f3b4..00000000 --- a/.github/workflows/brew.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Homebrew - -on: - push: - tags: - - '*' - -jobs: - brew: - runs-on: ubuntu-latest - steps: - - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 - with: - # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes - token: ${{secrets.BREW_TOKEN}} - # Formula name, required - formula: forgit