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://" "" }}