Skip to content

Commit

Permalink
added coveralls_repo_token
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Jan 26, 2020
1 parent df5d13c commit 8dda876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: ls -l
- name: Coveralls
run: coveralls
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 8dda876

Please sign in to comment.