Skip to content

Commit 870611b

Browse files
authored
ci: switch Taskcluster trust domain to 'app-services' (#159)
This will allow this repo to use many of the same resources (workers, secrets, scopes etc) as the mozilla/application-services repo.
1 parent 6acb532 commit 870611b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ policy:
1111
pullRequests: public
1212
tasks:
1313
- $let:
14-
trustDomain: "mozilla"
14+
trustDomain: app-services
1515
ownerEmail:
1616
$switch:
1717
'tasks_for == "github-push"': '${event.pusher.email}'

taskcluster/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
trust-domain: "mozilla"
2+
trust-domain: app-services
33
task-priority: low
44

55
taskgraph:
6-
cached-task-prefix: "mozilla.v2.rust-components-swift"
6+
cached-task-prefix: "app-services.v2.rust-components-swift"
77
repositories:
88
rust_components_swift:
99
name: "rust-components-swift"

0 commit comments

Comments
 (0)