From 259a02b5bf5419c3a6ecf5b88f8838012e1b887e Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Tue, 20 Jan 2026 08:30:15 +0530 Subject: [PATCH] Github Token Added --- templates/backstage-configmap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/backstage-configmap.yaml b/templates/backstage-configmap.yaml index c9028f9..f293fa0 100644 --- a/templates/backstage-configmap.yaml +++ b/templates/backstage-configmap.yaml @@ -66,6 +66,9 @@ data: # See packages/backend/src/plugins/auth.ts integrations: + github: + - host: github.com + token: ${GITHUB_TOKEN} gitea: - baseUrl: {{ .Values.integrations.gitea.url }} host: {{ .Values.integrations.gitea.url | replace "https://" "" | replace "http://" "" }}