Skip to content

Commit

Permalink
github action: add env variable for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lavagetto committed Oct 31, 2023
1 parent dcb22ef commit f7c5c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox coveralls
- name: Test with tox
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tox
coveralls
Expand Down

0 comments on commit f7c5c35

Please sign in to comment.