Skip to content

Commit

Permalink
Getting secrets into GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-cohere committed Nov 19, 2024
1 parent eaf6968 commit 8c6ed76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autotest_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
DTS_GLOBUS_CLIENT_SECRET: ${{ secrets.DTS_GLOBUS_CLIENT_SECRET }}
# DTS_GLOBUS_TEST_ENDPOINT: ${{ secrets.DTS_GLOBUS_TEST_ENDPOINT }}
DTS_JDP_SECRET: ${{ secrets.DTS_JDP_SECRET }}
DTS_NMDC_USER: ${{ secrets.DTS_NMDC_USER }}
DTS_NMDC_PASSWORD: ${{ secrets.DTS_NMDC_PASSWORD }}

jobs:

Expand Down

0 comments on commit 8c6ed76

Please sign in to comment.