File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ class AdminAPI extends TerraformStack {
105
105
prefix : config . prefix ,
106
106
service : {
107
107
criticalEscalationPolicyId : incidentManagement
108
- . get ( 'policy_backend_product_critical_id ' )
108
+ . get ( 'policy_default_critical_id ' )
109
109
. toString ( ) ,
110
110
nonCriticalEscalationPolicyId : incidentManagement
111
- . get ( 'policy_backend_product_non_critical_id ' )
111
+ . get ( 'policy_default_non_critical_id ' )
112
112
. toString ( ) ,
113
113
} ,
114
114
} ) ;
Original file line number Diff line number Diff line change 24
24
secrets-manager :
25
25
# Pull in the default terraform cloud token
26
26
TERRAFORM_TOKEN : ' CodeBuild/Default:terraform_token'
27
- PAGERDUTY_TOKEN : ' CodeBuild/Default:pagerduty_token '
27
+ PAGERDUTY_TOKEN : ' CodeBuild/Default:mozilla_pagerduty_token '
28
28
GITHUB_ACCESS_TOKEN : ' CodeBuild/Default:github_access_token'
29
29
30
30
# All phases are ran within the pocket/pocket-build:prod docker image
You can’t perform that action at this time.
0 commit comments