Skip to content

Commit

Permalink
updated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Dec 19, 2024
1 parent d7a151d commit 32e0d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from google.oauth2 import service_account

# Access the service account key from the environment variable
service_account_key = os.environ.get("GCP_SERVICE_ACCOUNT_KEY")
service_account_key = os.environ.get("TKF_CHAVI")

if service_account_key is None:
raise ValueError("Service account key is not set in environment variables.")
Expand Down

0 comments on commit 32e0d1b

Please sign in to comment.