Add new homebrew workflow

This commit is contained in:
Chris Apple 2024-02-01 08:58:35 -08:00
parent 7bc6f9e9d2
commit 8ffee6ac02

20
.github/workflows/brew.yaml vendored Normal file
View file

@ -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