Skip to content

Commit

Permalink
Merge pull request #5566 from ryanlovett/dlab-gh-env-fix
Browse files Browse the repository at this point in the history
GH_* vars are reversed.
  • Loading branch information
ryanlovett authored Feb 22, 2024
2 parents cdd5002 + 8107dea commit 555b129
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 555b129

Please sign in to comment.