Skip to content

Commit

Permalink
Do not run coveralls when secret token is not available (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe authored Oct 24, 2022
1 parent 291d569 commit 16812ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Calculate and publish coverage
run: make coveralls
if: matrix.python-version == '3.10'
if: env.COVERALLS_REPO_TOKEN && matrix.python-version == '3.10'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 16812ae

Please sign in to comment.