From cb4ab378be89c4c9e7d56f172c67a50213e2e7da Mon Sep 17 00:00:00 2001 From: Srikar Ananthula <783594+ananthulasrikar@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:49:23 -0700 Subject: [PATCH] Update pagerduty Authorization in app-config.yaml Signed-off-by: Srikar Ananthula <783594+ananthulasrikar@users.noreply.github.com> --- app-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-config.yaml b/app-config.yaml index c951594677..e3ab12587e 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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/