Skip to content

Commit

Permalink
Merge pull request #57 from SpiNNakerManchester/use-right-token
Browse files Browse the repository at this point in the history
Use right token for coveralls
  • Loading branch information
dkfellows committed Mar 11, 2021
2 parents 6d8e681 + b63c129 commit 49d3c1c
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 @@ -57,7 +57,7 @@ jobs:
options: --durations=10 --timeout=120
coverage: ${{ matrix.python-version == 3.8 }}
cover-packages: spalloc tests
coveralls-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
coveralls-token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint with flake8
run: flake8 spalloc tests
Expand Down

0 comments on commit 49d3c1c

Please sign in to comment.