ci: automate Ori formula updates - #5
Draft
bjoerndanz wants to merge 1 commit into
Draft
Conversation
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.
Summary
Formula/ori.rb.automation/update-oripull request.0.7.1+6fb9ea6to0.10.1+b41708f.The updater reads
versionandSHA256SUMSfrom the immutable release. It stops if metadata is incomplete or the formula structure changes.Flow
The hourly schedule repairs a missed dispatch. Every trigger resolves
releases/latest, so a delayed event cannot downgrade the formula.Required setup
Make these organization secrets available to
OpenRouterLabs/homebrew-tap:ORI_RELEASE_GH_APP_CLIENT_IDORI_RELEASE_GH_APP_PRIVATE_KEYInstall the release App on this repository. Give it
contents: writeandpull requests: writepermissions.Merge this PR before enabling the notifier in OpenRouterIncubator/ori#2236.
Verification
The existing PR CI installs and tests Ori on macOS and Linux. I did not replace the local
OpenRouterTeam/tapregistration because Homebrew found a different registered remote.Security
The formula uses immutable release URLs and pinned SHA-256 checksums. The workflow mints a token scoped to this repository and keeps the default
GITHUB_TOKENread-only.