Skip to content

Commit

Permalink
Update EARTHDATA secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 1, 2024
1 parent 07ca181 commit 1700ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"

env:
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1700ee8

Please sign in to comment.