Help [Git Integration; Wrangler; API token error]! “Deploying to Cloudflare's global network error”
🏗️Workers BuildsPagesWranglerWorkers
Help [Wrangler]! Deploying to Cloudflare's global network error (Git integration, API token) build is ok but Deploying to Cloudflare's global network not ok ✘ [ERROR] A request to the Cloudflare API (/accounts/.../pages/projects/pjname) failed. Authentication error [code: 10000] It looks like you are authenticating Wrangler via a custom API token set in an environment variable. Please ensure it has the correct permissions for this operation. The build happens in CloudFlare GUI; I assume wrangler's token does not have enough permission to deploy? But when I add a new Account API tokens ("Edit Cloudflare Workers" Template) to the build environment (CLOUDFLARE_API_TOKEN, and another secret env param) , the build fail on step 1. The website is just a hello world template. trying to achieve: site auto update on new git commit Can anyone help…?