Deploying to ENV associated with multiple zone IDs
Question: Does the Wrangler CLI support publishing workers with multiple routes that have multiple zones associated, even when the API token has been scoped with write access to all of them? When deploying our worker with token scoped to multiple zones, the feedback is
We are deploying like this:
workers.api.error.zone_not_specifiedWe are deploying like this:
wrangler deploy --env ${{ inputs.ENVIRONMENT }} --config wrangler.toml

