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

Commit

Permalink
Update var PAGERDUTY_TOKEN and escalations in main.ts (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
revelyn-mozilla authored Aug 11, 2023
1 parent 8701af1 commit 1a19d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .aws/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ class PocketEventBus extends TerraformStack {
prefix: config.prefix,
service: {
criticalEscalationPolicyId: incidentManagement
.get('policy_backend_critical_id')
.get('policy_default_critical_id')
.toString(),
nonCriticalEscalationPolicyId: incidentManagement
.get('policy_backend_non_critical_id')
.get('policy_default_non_critical_id')
.toString(),
},
});
Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
secrets-manager:
#Pull in the default terraform cloud token
TERRAFORM_TOKEN: 'CodeBuild/Default:terraform_token'
PAGERDUTY_TOKEN: 'CodeBuild/Default:pagerduty_token'
PAGERDUTY_TOKEN: 'CodeBuild/Default:mozilla_pagerduty_token'
GITHUB_ACCESS_TOKEN: 'CodeBuild/Default:github_access_token'

#All phases are ran within the pocket/pocket-build:prod docker image
Expand Down

0 comments on commit 1a19d2c

Please sign in to comment.