Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from mondoohq/benr/move-homebrew
Browse files Browse the repository at this point in the history
Trigger Homebrew Generation
  • Loading branch information
benr authored Apr 4, 2023
2 parents 96864cf + 29f2f5b commit 704e600
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,12 @@ jobs:
"reindex-path": "mondoo/${{ env.VERSION }}",
"bucket": "releases-us.mondoo.io"
}'
- name: Wait a minute...
run: sleep 60
- name: Trigger Homebrew Generation
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_API_TOKEN }}
repository: "mondoohq/homebrew-mondoo"
event-type: update
client-payload: '{"version": "${{ env.VERSION }}"}'

0 comments on commit 704e600

Please sign in to comment.