Skip to content

Commit

Permalink
Merge pull request #117 from ProjectPythia/fix-api-cookbook-secrets
Browse files Browse the repository at this point in the history
FIX: Fix missing secrets in build step
  • Loading branch information
mgrover1 authored Jun 19, 2024
2 parents 8e19021 + 27f9e90 commit 6f92643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ jobs:
env:
ARM_USERNAME: ${{ secrets.ARM_USERNAME }}
ARM_PASSWORD: ${{ secrets.ARM_PASSWORD }}
AQS_USERNAME: ${{ secrets.AQS_USERNAME }}
AQS_KEY: ${{ secrets.AQS_KEY }}
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
SECRETS_VARS: ${{ toJson(secrets) }}
run: |
cd ${{ inputs.path_to_notebooks }}
Expand Down

0 comments on commit 6f92643

Please sign in to comment.