Skip to content

Commit

Permalink
Add new homebrew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjappl committed Feb 1, 2024
1 parent 7bc6f9e commit 8ffee6a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8ffee6a

Please # to comment.