From ff5f039338248dbfe8755683c08bb635eb321827 Mon Sep 17 00:00:00 2001
From: Min RK <benjaminrk@gmail.com>
Date: Wed, 30 Oct 2024 20:46:17 +0100
Subject: [PATCH] jupyter-health: set gh-scoped-creds env

---
 config/clusters/jupyter-health/common.values.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/clusters/jupyter-health/common.values.yaml b/config/clusters/jupyter-health/common.values.yaml
index d2911d251..cce030b98 100644
--- a/config/clusters/jupyter-health/common.values.yaml
+++ b/config/clusters/jupyter-health/common.values.yaml
@@ -62,6 +62,9 @@ jupyterhub:
           - ryanlovett
   singleuser:
     defaultUrl: /lab
+    extraEnv:
+      GH_SCOPED_CREDS_CLIENT_ID: Iv23lilZjNoav2oWKdPJ
+      GH_SCOPED_CREDS_APP_URL: https://github.com/apps/jupyter-health-demostration-hub
     image:
       name: quay.io/jupyterhealth/singleuser-premvp
       tag: "latest"