File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,14 +223,13 @@ builds:
223223 # E2E_BYOA_AUTH_SECRET is optional — QAMockOAuthService has a hardcoded default fallback.
224224 main-e2e-bs-without-srp :
225225 github_environment : build-e2e
226- signing : *signing_dev
226+ signing : *signing_uat
227227 env :
228228 << : *public_envs
229229 METAMASK_ENVIRONMENT : ' e2e'
230230 METAMASK_BUILD_TYPE : ' main'
231231 IS_BROWSERSTACK_BUILD : ' true'
232232 IS_SIM_BUILD : ' false'
233- PROFILE : ' development'
234233 DISABLE_NOTIFICATION_PROMPT : ' true'
235234 E2E_MOCK_OAUTH : ' true'
236235 IS_PERFORMANCE_TEST : ' true'
@@ -245,14 +244,13 @@ builds:
245244 # The seedless-onboarding controller is still mocked via E2E_MOCK_OAUTH.
246245 main-e2e-bs-with-srp :
247246 github_environment : build-e2e
248- signing : *signing_dev
247+ signing : *signing_uat
249248 env :
250249 << : *public_envs
251250 METAMASK_ENVIRONMENT : ' e2e'
252251 METAMASK_BUILD_TYPE : ' main'
253252 IS_BROWSERSTACK_BUILD : ' true'
254253 IS_SIM_BUILD : ' false'
255- PROFILE : ' development'
256254 DISABLE_NOTIFICATION_PROMPT : ' true'
257255 E2E_MOCK_OAUTH : ' true'
258256 IS_PERFORMANCE_TEST : ' true'
You can’t perform that action at this time.
0 commit comments