Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 0baeba5

Browse files
Merge pull request #273 from Pocket/(chore)-pagerduty-migration
Update var PAGERDUTY_TOKEN and escalations in main.ts
2 parents d9a3bbb + ecdd383 commit 0baeba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.aws/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ class ShareableListsAPI extends TerraformStack {
240240
prefix: config.prefix,
241241
service: {
242242
criticalEscalationPolicyId: incidentManagement
243-
.get('policy_backend_critical_id')
243+
.get('policy_default_critical_id')
244244
.toString(),
245245
nonCriticalEscalationPolicyId: incidentManagement
246-
.get('policy_backend_non_critical_id')
246+
.get('policy_default_non_critical_id')
247247
.toString(),
248248
},
249249
});

buildspec.yml

Lines changed: 1 addition & 1 deletion
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)