Skip to content

Commit

Permalink
Merge pull request #5812 from balajialg/gh-scoped-creds-test
Browse files Browse the repository at this point in the history
[DH-314] Install gh-scoped-creds app in a profile in dev hub
  • Loading branch information
balajialg authored Jun 20, 2024
2 parents 33c5c59 + aa0abf0 commit 44654bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions deployments/dev/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jupyterhub:
default: true
- display_name: "Dashboard image"
description: "A newer repo2docker-based image with a primary focus of building dashboards."
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: "Iv23liFjgKFgkSBWph4C"
GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/test-gh-scoped-creds"
kubespawner_override:
image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-secondary:36280727a
- display_name: "1524699: DataHub Infrastructure"
Expand Down
3 changes: 1 addition & 2 deletions deployments/dev/images/secondary/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- scipy==1.10.1
- seaborn==0.12.2
- statsmodels==0.14.0
- tensorflow-cpu==2.12.1
- sqlalchemy==2.0.16
- mlxtend==0.23.0
# Spring 2024 data 100
Expand Down Expand Up @@ -73,4 +72,4 @@ dependencies:
- ydata-profiling==4.6.4
- otter-grader==5.4.0
- duckdb==0.10.1
- duckdb_engine==0.11.2
- duckdb_engine==0.11.2

0 comments on commit 44654bf

Please sign in to comment.