From 167b1d02a60fed10acf9a7f8f02a4fc0c5db8f4e Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:39:57 -0800 Subject: [PATCH] Revert "Add new workflow to update homebrew formula on release (#341)" This reverts commit 091d2f77ffc19f517f11e3401dcf644324b586b0. --- .github/workflows/brew.yaml | 20 -------------------- 1 file changed, 20 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 7530133..0000000 --- a/.github/workflows/brew.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Homebrew - -on: - workflow_run: - workflows: - - "Release" - types: - - completed - -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