Skip to content

Commit

Permalink
add github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere committed Oct 24, 2024
1 parent f43a516 commit e0ed23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
echo "COSMOS_URL=${{ secrets.COSMOS_URL }}" >> $GITHUB_ENV
echo "COSMOS_KEY=${{ secrets.COSMOS_KEY }}" >> $GITHUB_ENV
echo "PORT=${{ secrets.PORT }}" >> $GITHUB_ENV
echo "TEST_KOBO_ASSETID=${{ secrets.TEST_KOBO_ASSETID }}" >> $GITHUB_ENV
echo "TEST_KOBO_TOKEN=${{ secrets.TEST_KOBO_TOKEN }}" >> $GITHUB_ENV
- name: Test with pytest
run: |
pytest

0 comments on commit e0ed23e

Please sign in to comment.