Skip to content

Commit

Permalink
Forcing token when launching coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Jan 29, 2021
1 parent 5dd6557 commit ae40fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Finished
run: |
pip3 install --upgrade coveralls
coveralls --finish
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_TOKEN }} coveralls --finish
env:
GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit ae40fca

Please sign in to comment.