Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infibrocco committed Jan 4, 2024
1 parent b0ac1e9 commit 5d13072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
pytest
- name: Report Coveralls (Linux)
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls report --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }}
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls report --repo-token=${{ secrets.GITHUB_TOKEN }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d13072

Please sign in to comment.