From a1601ad79a1ade281f52421535a81ae4ae7f3cbd Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 9 Nov 2023 09:57:42 -0600 Subject: [PATCH] ci: added backend auth key Signed-off-by: Andre Wanlin --- app-config.heroku.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-config.heroku.yaml b/app-config.heroku.yaml index 73a01ce98..3c61d437a 100644 --- a/app-config.heroku.yaml +++ b/app-config.heroku.yaml @@ -5,6 +5,9 @@ backend: baseUrl: https://demo.backstage.io listen: port: ${PORT} + auth: + keys: + - secret: ${BACKEND_AUTH_KEY} auth: environment: production