Skip to content

Commit a8e74e0

Browse files
committed
change the signing type
1 parent 8e7ccfa commit a8e74e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ 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_rc
227227
env:
228228
<<: *public_envs
229229
METAMASK_ENVIRONMENT: 'e2e'
@@ -244,7 +244,7 @@ builds:
244244
# The seedless-onboarding controller is still mocked via E2E_MOCK_OAUTH.
245245
main-e2e-bs-with-srp:
246246
github_environment: build-e2e
247-
signing: *signing_uat
247+
signing: *signing_rc
248248
env:
249249
<<: *public_envs
250250
METAMASK_ENVIRONMENT: 'e2e'
@@ -371,7 +371,7 @@ builds:
371371
# BrowserStack experimental builds — with pre-imported wallet
372372
main-exp-with-srp:
373373
github_environment: build-exp
374-
signing: *signing_uat
374+
signing: *signing_rc
375375
env:
376376
<<: *public_envs
377377
METAMASK_ENVIRONMENT: 'exp'
@@ -390,7 +390,7 @@ builds:
390390
# E2E_BYOA_AUTH_SECRET is optional — QAMockOAuthService has a hardcoded default fallback.
391391
main-exp-without-srp:
392392
github_environment: build-exp
393-
signing: *signing_uat
393+
signing: *signing_rc
394394
env:
395395
<<: *public_envs
396396
METAMASK_ENVIRONMENT: 'exp'

0 commit comments

Comments
 (0)