Skip to content

Commit 3d6ebe8

Browse files
Update var PAGERDUTY_TOKEN and escalations in main.ts (#357)
1 parent 13033a8 commit 3d6ebe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.aws/src/main.ts

+2-2
Original file line numberDiff line numberDiff 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
});

buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
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

0 commit comments

Comments
 (0)