Skip to content

Commit

Permalink
fix: add workflow secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed Jul 25, 2024
1 parent 7a7bee7 commit 668304b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
env:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
run: |
pytest tests/unit

0 comments on commit 668304b

Please sign in to comment.