Skip to content

Commit

Permalink
fix: Correcting tokens
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <chris@thebutlers.me>
  • Loading branch information
butler54 committed Oct 7, 2021
1 parent b02638e commit 169d88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
- name: Run coveralls
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' }}
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip uninstall python-coveralls
pip install coveralls
coveralls --service=github-actions
coveralls --service=github

0 comments on commit 169d88f

Please sign in to comment.