chore: update missing secrets#26282
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
These changes:
The builds.yml file is a configuration file that maps environment variable names to GitHub Secret names. Adding new mappings doesn't affect existing functionality - it just makes new secrets available for future use. No E2E tests are needed because there's no application behavior change to verify. Performance Test Selection: |
|



Description
Update missing secrets
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Only updates CI/build secret name mappings; low risk aside from potential build failures if the corresponding GitHub secrets are not set in all environments.
Overview
Adds two missing entries to the shared
builds.ymlsecrets mapping:MM_BRANCH_KEY_TESTandQUICKNODE_HYPEREVM_URL, making them available to CI/build configurations via GitHub Environment secrets.Written by Cursor Bugbot for commit b949efe. This will update automatically on new commits. Configure here.