Skip to content

Commit

Permalink
Update check-jupyter-wip.yml
Browse files Browse the repository at this point in the history
corrected variable name
  • Loading branch information
furniturewalatkNIH authored Nov 20, 2024
1 parent 6c34be9 commit 54e1afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-jupyter-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Generate configuration file from secrets
env:
NOTEBOOK_GCP_PROJECT_ID: ${{ secrets.NOTEBOOK_GCP_PROJECT_ID }}
NOTEBOOK_GCP_LOCATION: ${{ secrets.NOTEBOOK_GCP_LOCATION }}
NOTEBOOK_GCP_PROJECT_ID: ${{ NOTEBOOK_GCP_PROJECT_ID }}
NOTEBOOK_GCP_LOCATION: ${{ NOTEBOOK_GCP_LOCATION }}
run: |
echo '{' > env.json
echo ' "NOTEBOOK_GCP_PROJECT_ID": "'${NOTEBOOK_GCP_PROJECT_ID}'",' >> env.json
Expand Down

0 comments on commit 54e1afc

Please sign in to comment.