patschuh / KafkaEsque

Kafka Development Tool
GNU General Public License v3.0
74 stars 21 forks source link

Add a workflow to bump the Homebrew cask version #34

Closed MWin123 closed 1 year ago

MWin123 commented 1 year ago

Currently, the workflow is triggered manually. If it works as expected, it can be added to the existing "Gradle Build" workflow. Fixes #20.

The workflow ran successfully with my forks, and generated this PR (https://github.com/MWin123/homebrew-esque/pull/2). Unfortunately, the run history from the workflows is gone because I had to create a new fork to submit this PR.

I forked the GitHub action bump-homebrew-formula-action because it doesn't fully work with casks yet, see my open issue (Support for Homebrew Cask). If the author implements a fix, we can switch back to the original version.

The COMMITTER_TOKEN secret is required because this action will want to write to an external repository. You can generate a new PAT here and give it public_repo (or repo if the homebrew tap repository is private) scopes.

It's necessary to create a COMMITTER_TOKEN secret for this repo, see the action's description for details.