Skip to content

Commit

Permalink
Merge pull request #33 from RoseSecurity/homebrew-auto-bump-workflow
Browse files Browse the repository at this point in the history
Add Homebrew Auto Bump Workflow
  • Loading branch information
RoseSecurity authored Aug 3, 2024
2 parents 5b6dfa8 + cea0b75 commit 1098503
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,17 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: rosesecurity/terramaid:latest

homebrew:
name: "Bump Homebrew Formula"
runs-on: ubuntu-latest
needs: release
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: terramaid
formula-path: Formula/t/terramaid.rb
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit 1098503

Please sign in to comment.