Skip to content

Commit ed65d11

Browse files
La0marco-c
authored andcommitted
bot: Fix scopes needed to deploy new hooks (#169)
1 parent 9c8c181 commit ed65d11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.taskcluster.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,10 @@ tasks:
409409
dependencies:
410410
- {$eval: as_slugid("bot_deploy")}
411411
scopes:
412-
- "assume:hook-id:project-relman/code-coverage-${channel}"
413-
- "hooks:modify-hook:project-relman/code-coverage-${channel}"
412+
- "assume:hook-id:project-relman/code-coverage-repo-${channel}"
413+
- "hooks:modify-hook:project-relman/code-coverage-repo-${channel}"
414+
- "assume:hook-id:project-relman/code-coverage-cron-${channel}"
415+
- "hooks:modify-hook:project-relman/code-coverage-cron-${channel}"
414416
created: {$fromNow: ''}
415417
deadline: {$fromNow: '5 hours'}
416418
provisionerId: aws-provisioner-v1

0 commit comments

Comments
 (0)