ci: update Cloudflare account ID for open-next version of site#8841
ci: update Cloudflare account ID for open-next version of site#8841dario-piotrowicz wants to merge 2 commits intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview The GitHub Actions workflow now exports the new Reviewed by Cursor Bugbot for commit 26981ec. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8841 +/- ##
=======================================
Coverage 73.87% 73.87%
=======================================
Files 105 105
Lines 8883 8883
Branches 326 326
=======================================
Hits 6562 6562
Misses 2320 2320
Partials 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
Updates the Cloudflare account ID used by the OpenNext Cloudflare deployment configuration and its related documentation.
Changes:
- Updated the Cloudflare
account_idin the Wrangler configuration for the site. - Updated the corresponding
CF_ACCOUNT_IDWrangler var used for skew protection. - Updated the Cloudflare account ID referenced by the temporary OpenNext deploy GitHub Actions workflow and the deployment docs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/cloudflare-build-and-deployment.md | Updates the documented Cloudflare account ID for deployments. |
| apps/site/wrangler.jsonc | Updates the Cloudflare account ID used by Wrangler and the CF_ACCOUNT_ID var. |
| .github/workflows/tmp-cloudflare-open-next-deploy.yml | Updates the account ID provided to the deployment workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Updating the account id for the open-next deployment
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.