Skip to content

Commit

Permalink
fix: expose EARTHDATA creds
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 5, 2024
1 parent 7f7a4fe commit 9e64949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
ipykernel
jupyter_server
- name: Build HTML Assets
env: # Or as an environment variable
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
run: myst build --html --execute
shell: micromamba-shell {0}
- name: Upload artifact
Expand Down

0 comments on commit 9e64949

Please sign in to comment.