From 8ffee6ac029325ed561be7f85f5e030b4e4434b2 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:58:35 -0800 Subject: [PATCH] Add new homebrew workflow --- .github/workflows/brew.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/brew.yaml diff --git a/.github/workflows/brew.yaml b/.github/workflows/brew.yaml new file mode 100644 index 00000000..854ccd8f --- /dev/null +++ b/.github/workflows/brew.yaml @@ -0,0 +1,20 @@ +name: Homebrew + +on: + workflow_run: + workflows: + - "Release" + types: + - completed + +jobs: + aur: + 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.TOKEN}} + # Formula name, required + formula: forgit