Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a workflow to bump the Homebrew cask version #34

Merged
merged 1 commit into from Feb 2, 2023
Merged

Add a workflow to bump the Homebrew cask version #34

merged 1 commit into from Feb 2, 2023

Conversation

MWin123
Copy link
Contributor

@MWin123 MWin123 commented Jan 31, 2023

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 (MWin123/homebrew-esque#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.

Currently, the workflow is triggered manually. If it works as expected, it can be added to the existing "Gradle Build" workflow. Fixes #20.
@patschuh patschuh merged commit 80c06dc into patschuh:develop Feb 2, 2023
@MWin123 MWin123 deleted the feature/20-create-pr-for-homebrew branch March 14, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically submit a PR to the HomeBrew repo on new releases
2 participants