Skip to content

Commit

Permalink
pass env secret in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 20, 2023
1 parent e03309a commit 9694612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Run tests
run: pixi run test-hydamo
env:
RIBASIM_NL_CLOUD_PASS: ${{ secrets.RIBASIM_NL_CLOUD_PASS }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 9694612

Please sign in to comment.