Skip to content

Commit

Permalink
try github secrets for earthdata credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Feb 3, 2024
1 parent 7311201 commit 30041c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down

0 comments on commit 30041c2

Please sign in to comment.