Skip to content

Commit

Permalink
build: use coveralls repo token instead of github token
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed May 13, 2021
1 parent 6355596 commit 40217a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
coverage run --omit='*/virtualenv/*,*/site-packages/*' -m pytest
- name: Publish coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls

0 comments on commit 40217a1

Please sign in to comment.