Skip to content

Commit

Permalink
ci: Use default GITHUB_TOKEN instead of COVERALLS_REPO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 26, 2021
1 parent 83ab87d commit a075996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- run: pip install .[test]
- run: pytest --cov jscc --vcr-record=none tests
- env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit a075996

Please sign in to comment.