Skip to content

Commit fcf8360

Browse files
committed
use dev
1 parent 4b74604 commit fcf8360

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

builds.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,14 @@ 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_uat
226+
signing: *signing_dev
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'
233234
DISABLE_NOTIFICATION_PROMPT: 'true'
234235
E2E_MOCK_OAUTH: 'true'
235236
IS_PERFORMANCE_TEST: 'true'
@@ -244,13 +245,14 @@ builds:
244245
# The seedless-onboarding controller is still mocked via E2E_MOCK_OAUTH.
245246
main-e2e-bs-with-srp:
246247
github_environment: build-e2e
247-
signing: *signing_uat
248+
signing: *signing_dev
248249
env:
249250
<<: *public_envs
250251
METAMASK_ENVIRONMENT: 'e2e'
251252
METAMASK_BUILD_TYPE: 'main'
252253
IS_BROWSERSTACK_BUILD: 'true'
253254
IS_SIM_BUILD: 'false'
255+
PROFILE: 'development'
254256
DISABLE_NOTIFICATION_PROMPT: 'true'
255257
E2E_MOCK_OAUTH: 'true'
256258
IS_PERFORMANCE_TEST: 'true'

0 commit comments

Comments
 (0)