sync-install-sh: instant release-side sync via repository_dispatch#124
Merged
Conversation
…side sync The live installer is served from R2, but this sync only fired on website pushes + a daily cron — so a security fix to pilot-protocol/release:install.sh waited up to 24h to reach production (verified: release#31's install.sh hardening was stale-in-prod until a manual R2 push). Accept a repository_dispatch from the release repo so the fix reaches R2 in seconds; the daily cron stays as a safety net. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
TeoSlayer
added a commit
to pilot-protocol/release
that referenced
this pull request
Jul 13, 2026
The live installer is served from R2, not git. When install.sh changes on main, poke the website repo's sync-install-sh workflow (via App-token repository_dispatch) so R2 updates in seconds instead of waiting for its daily cron. Pairs with pilot-protocol/website#124. Co-authored-by: Teodor Calin <teodor@vulturelabs.io> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
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.
The live installer is served from R2; this sync only fired on website pushes + a daily cron, so a release-repo install.sh security fix waited up to 24h (release#31 was stale-in-prod until a manual R2 push). Add a
repository_dispatchtrigger the release repo fires on install.sh change.🤖 Generated with Claude Code