Update pagerduty Authorization in app-config.yaml
Signed-off-by: Srikar Ananthula <783594+ananthulasrikar@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ proxy:
|
||||
'/pagerduty':
|
||||
target: https://api.pagerduty.com
|
||||
headers:
|
||||
Authorization: ${PAGERDUTY_TOKEN}
|
||||
Authorization: Token token=${PAGERDUTY_TOKEN}
|
||||
|
||||
'/buildkite/api':
|
||||
target: https://api.buildkite.com/v2/
|
||||
|
||||
Reference in New Issue
Block a user