Skip to content

Commit

Permalink
GH_* vars are reversed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Feb 22, 2024
1 parent cdd5002 commit 8107dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/dlab/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jupyterhub:
gh-scoped-creds:
mountPath: /etc/R/Rprofile.site.d/gh-scoped-creds.r
stringData: |
Sys.setenv(GH_SCOPED_CREDS_APP_URL = "Iv1.9b3b48abeb673056")
Sys.setenv(GH_SCOPED_CREDS_CLIENT_ID = "https://github.com/apps/dlab-berkeley-datahub-access")
Sys.setenv(GH_SCOPED_CREDS_CLIENT_ID = "Iv1.9b3b48abeb673056")
Sys.setenv(GH_SCOPED_CREDS_APP_URL = "https://github.com/apps/dlab-berkeley-datahub-access")
mode: 0644
nodeSelector:
hub.jupyter.org/pool-name: dlab-pool
Expand Down

0 comments on commit 8107dea

Please sign in to comment.