Skip to content

Commit

Permalink
Fix the secret for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Mar 12, 2021
1 parent 6947190 commit e31aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tests: unittests
coverage: ${{ matrix.python-version == 3.8 }}
cover-packages: spinnaker_testbase
coveralls-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
coveralls-token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint with flake8
run: flake8 spinnaker_testbase unittests
Expand Down

0 comments on commit e31aad7

Please sign in to comment.