chore: Remove redundant social keys#29773
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:
Risk Assessment:
Selected Tags: Performance Test Selection: |
|



Description
This is part of the effort to reduce the amount of GH repo secrets. Remove redundant social auth related keys and unused qa build configs.
Changelog
CHANGELOG entry:
Related issues
Fixes: #29773
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Low risk because this only removes unused/legacy QA build entries and redundant OAuth-related secret wiring in CI/build scripts; main/flask build paths and canonical secret names remain unchanged. Risk is limited to any external/legacy pipeline still depending on the deleted QA build names or old secret aliases.
Overview
Removes legacy QA build support by deleting the
qa-prod/qa-deventries frombuilds.ymland dropping them from thebuild.ymldispatch options.Simplifies CI secret wiring by removing the unused
MAIN_*_UATandFLASK_*_PRODOAuth/social env vars from E2E build/test workflows (build-android-e2e.yml,build-ios-e2e.yml,run-e2e-workflow.yml,run-e2e-api-specs.yml,update-e2e-fixtures.yml) and deleting the corresponding remap logic fromscripts/build.sh.Reviewed by Cursor Bugbot for commit f238c9a. Bugbot is set up for automated code reviews on this repo. Configure here.