Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughTwo deployment workflow files had three authentication-related secrets (BETTER_AUTH_URL, GITHUB_CLIENT_ID, GOOGLE_CLIENT_ID) removed from their configuration, along with their corresponding environment variable mappings. No other functional changes were made to the workflows. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Removes unnecessary GitHub/Better Auth/Google-related secret injections from Cloudflare deploy workflows, tightening workflow secret usage while relying on Wrangler vars for non-sensitive configuration.
Changes:
- Removed
BETTER_AUTH_URL,GITHUB_CLIENT_ID, andGOOGLE_CLIENT_IDfrom the Wrangler Actionsecretslists. - Removed the corresponding
envmappings that sourced those values from GitHub secrets.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/deploy-v0-worker.yml | Stops injecting non-secret auth/OAuth config as Wrangler secrets during v0 worker deploys. |
| .github/workflows/deploy-auth-worker.yml | Stops injecting non-secret auth/OAuth config as Wrangler secrets during auth worker deploys. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ter security
Summary by CodeRabbit