Skip to content

Commit

Permalink
Fix - github actions (Applied COVERALLS_REPO_TOKEN)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysan committed Feb 1, 2023
1 parent 89c63d2 commit fea971f
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 @@ -46,6 +46,6 @@ jobs:
- name: upload to coveralls
working-directory: ./main
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls -n --include threadmgr --include threadmgrpp

0 comments on commit fea971f

Please sign in to comment.