Skip to content

Commit

Permalink
ci(deploy.yml): make gh secrets available as env vars for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpomerenke committed Mar 9, 2024
1 parent 1b3d38a commit 3750772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
run: |
cd backend-python
poetry run pytest -k "not mediacloud and not proxied" # TODO: un-skip tests
env:
MEDIACLOUD_API_TOKEN: ${{ secrets.MEDIACLOUD_API_TOKEN }}
ACLED_EMAIL: ${{ secrets.ACLED_EMAIL }}
ACLED_KEY: ${{ secrets.ACLED_KEY }}
ZENROWS_API_KEY: ${{ secrets.ZENROWS_API_KEY }}

build-and-push:
needs: test
Expand Down

0 comments on commit 3750772

Please sign in to comment.