-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix: Missing env var declarations in builds.yml
#36944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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. |
❌ test-e2e-chrome-api-specs failed. View the html report here. |
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [a145405]
UI Startup Metrics (1223 ± 61 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
- PHISHING_WARNING_PAGE_URL: null | ||
# Modified in <root>/development/build/scripts.js:@getInfuraProjectId | ||
- INFURA_PROJECT_ID | ||
- INFURA_PROD_PROJECT_ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these required? They were not required before.
Description
Cherry-picks #36942 into main.
Fixes the following error in the
validate-lavamoat-policies
workflow:Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Declare per-environment Infura, Segment, and Google/Apple OAuth client ID env vars in builds.yml.
builds.yml
):INFURA_PROD_PROJECT_ID
,INFURA_BETA_PROJECT_ID
,INFURA_FLASK_PROJECT_ID
,INFURA_EXPERIMENTAL_PROJECT_ID
SEGMENT_PROD_WRITE_KEY
,SEGMENT_BETA_WRITE_KEY
,SEGMENT_FLASK_WRITE_KEY
,SEGMENT_EXPERIMENTAL_WRITE_KEY
GOOGLE_PROD_CLIENT_ID
,GOOGLE_BETA_CLIENT_ID
,GOOGLE_FLASK_CLIENT_ID
,GOOGLE_EXPERIMENTAL_CLIENT_ID
APPLE_PROD_CLIENT_ID
,APPLE_BETA_CLIENT_ID
,APPLE_FLASK_CLIENT_ID
,APPLE_EXPERIMENTAL_CLIENT_ID
Written by Cursor Bugbot for commit a145405. This will update automatically on new commits. Configure here.