ci: add workflow to auto-update homebrew tap on release#440
Open
vedansh-agarwal wants to merge 3 commits into
Open
ci: add workflow to auto-update homebrew tap on release#440vedansh-agarwal wants to merge 3 commits into
vedansh-agarwal wants to merge 3 commits into
Conversation
ci: add workflow to auto-update homebrew tap on release
Replaced vedansh-agarwal (used for testing) with Zackriya-Solutions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a GitHub Actions workflow that automatically updates the Homebrew tap
(
Zackriya-Solutions/homebrew-meetily) whenever a new release is published.On each non-draft, non-prerelease
release: publishedevent, the workflow:_aarch64.dmgassetversionandsha256fields inCasks/meetily.rbusingsedThis eliminates the manual step of updating the tap after each release.
Related Issue
N/A — this is a self-contained automation improvement.
Type of Change
Testing
Tested end-to-end on a fork (
vedansh-agarwal/meetily→vedansh-agarwal/homebrew-meetily):created a test release with a renamed DMG asset, confirmed the workflow ran successfully and
committed the correct version and SHA256 to the tap.
Documentation
The workflow file is self-documenting.
Checklist
Screenshots (if applicable)
N/A — workflow file addition only.
Additional Notes
One manual step required by the repo maintainer: a fine-grained PAT named
HOMEBREW_TAP_TOKENmust be added to this repo's secrets with Contents: Read and Writepermission scoped to
Zackriya-Solutions/homebrew-meetily. Without it the workflow willfail at the push step.
This PR is a companion to a separate PR on the tap repo itself
(
Zackriya-Solutions/homebrew-meetily) which updates the cask to v0.3.0 and cleans upthe obsolete backend formula.