Skip to content

Commit

Permalink
GitHub Action: add environement variables
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Jan 1, 2025
1 parent 322b290 commit db07a19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Test with pytest
run: |
pytest tests.py --cov=./ --cov-report=xml
env:
IGDB_USER_KEY: ${{ secrets.IGDB_USER_KEY }}
IGDB_CLIENT_ID: ${{ secrets.IGDB_CLIENT_ID }}
IGDB_CLIENT_SECRET: ${{ secrets.IGDB_CLIENT_SECRET }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit db07a19

Please sign in to comment.