File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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 {
105105 prefix : config . prefix ,
106106 service : {
107107 criticalEscalationPolicyId : incidentManagement
108- . get ( 'policy_backend_product_critical_id ' )
108+ . get ( 'policy_default_critical_id ' )
109109 . toString ( ) ,
110110 nonCriticalEscalationPolicyId : incidentManagement
111- . get ( 'policy_backend_product_non_critical_id ' )
111+ . get ( 'policy_default_non_critical_id ' )
112112 . toString ( ) ,
113113 } ,
114114 } ) ;
Original file line number Diff line number Diff line change 2424 secrets-manager :
2525 # Pull in the default terraform cloud token
2626 TERRAFORM_TOKEN : ' CodeBuild/Default:terraform_token'
27- PAGERDUTY_TOKEN : ' CodeBuild/Default:pagerduty_token '
27+ PAGERDUTY_TOKEN : ' CodeBuild/Default:mozilla_pagerduty_token '
2828 GITHUB_ACCESS_TOKEN : ' CodeBuild/Default:github_access_token'
2929
3030# All phases are ran within the pocket/pocket-build:prod docker image
You can’t perform that action at this time.
0 commit comments