Skip to content

chore: update missing secrets#26282

Merged
tommasini merged 1 commit into
mainfrom
chore/update-missing-secrets-builds-yml
Feb 20, 2026
Merged

chore: update missing secrets#26282
tommasini merged 1 commit into
mainfrom
chore/update-missing-secrets-builds-yml

Conversation

@tommasini

@tommasini tommasini commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

Description

Update missing secrets

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

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.yml secrets mapping: MM_BRANCH_KEY_TEST and QUICKNODE_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.

@tommasini tommasini requested a review from a team as a code owner February 19, 2026 17:08
@tommasini tommasini added the no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed label Feb 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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.

@metamaskbot metamaskbot added the team-mobile-platform Mobile Platform team label Feb 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: None (no tests recommended)
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 95%
click to see 🤖 AI reasoning details

E2E Test Selection:
This PR makes purely additive changes to builds.yml, adding two new secret mappings:

  1. MM_BRANCH_KEY_TEST - A Branch.io test key that's already referenced in existing workflows (push-eas-update.yml) and build scripts (scripts/build.sh). This is completing the configuration by adding the mapping to builds.yml.

  2. QUICKNODE_HYPEREVM_URL - A new QuickNode URL for HyperEVM network support. This secret is not yet used anywhere in the codebase (no matches found), indicating this is preparatory configuration for future network support.

These changes:

  • Are purely configuration/infrastructure changes (secret name mappings)
  • Don't modify any application code or UI components
  • Don't change any existing behavior (additive only)
  • Don't affect test infrastructure or test files
  • Don't impact any user-facing functionality

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:
These changes are purely build configuration changes (adding secret mappings to builds.yml). They don't affect any application code, UI rendering, data loading, state management, or any runtime behavior. No performance impact is possible from these changes.

View GitHub Actions results

@sonarqubecloud

Copy link
Copy Markdown

@tommasini tommasini added this pull request to the merge queue Feb 20, 2026
Merged via the queue into main with commit 05437c2 Feb 20, 2026
85 checks passed
@tommasini tommasini deleted the chore/update-missing-secrets-builds-yml branch February 20, 2026 18:56
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 20, 2026
@metamaskbot metamaskbot added the release-7.68.0 Issue or pull request that will be included in release 7.68.0 label Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed release-7.68.0 Issue or pull request that will be included in release 7.68.0 size-XS team-mobile-platform Mobile Platform team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants