Skip to content

Commit 6d6d940

Browse files
committed
Bug 2002823 - [ci] Switch to a dedicated 'enterprise' trust domain
1 parent 3f8272a commit 6d6d940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ tasks:
341341
- $if: 'tasks_for in ["github-push"]'
342342
then:
343343
$let:
344-
trustDomain: gecko
344+
trustDomain: enterprise
345345
level: 1
346346
ownerEmail: '${event.pusher.email}'
347347
baseRepoUrl: '${event.repository.html_url}'

taskcluster/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44
---
5-
trust-domain: gecko
5+
trust-domain: enterprise
66
project-repo-param-prefix: ''
77
product-dir: 'browser'
88
treeherder:

0 commit comments

Comments
 (0)