Skip to content

Commit cbe42f8

Browse files
Add Earthdata credentials to build pipeline
1 parent dae2784 commit cbe42f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: ./.github/workflows/reusable_run_tests.yml
1919
secrets:
2020
codecov_token: ${{ secrets.CODECOV_TOKEN }}
21+
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
22+
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
2123

2224
bump_version:
2325
needs: run_tests

0 commit comments

Comments
 (0)