Bootstrap shared production bindings and refine PlanetScale scrape detection#210
Merged
Conversation
Contributor
|
Your Pullfrog Router balance is exhausted. You have a card on file but auto-reload is disabled, so runs paused once your balance went past the overdraft buffer. Top up balance → · Enable auto-reload →
|
Makisuo
added a commit
that referenced
this pull request
Jul 15, 2026
The shared-bindings bootstrap in #210 added Email.Routing + SendingSubdomain (zone-level enable + DKIM/SPF DNS writes) that the prod CLOUDFLARE_API_TOKEN lacks scopes for, so every push-to-main prd deploy 403'd in the plan phase (POST /zones/{id}/email/routing/enable → Forbidden). Revert the email plumbing to the pre-#210 wiring: both api and alerting keep their plain Cloudflare.Email.SendEmail("email", ...) binding (unchanged from before, needs no extra token scope). The Workers ObservabilityDestination bootstrap stays — that permission is granted and its plan call now succeeds. Removes the emailBinding param from createMapleApi/createAlertingWorker and the now-unused Input/Output imports. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Testing