We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7babf95 commit f7f3d20Copy full SHA for f7f3d20
.github/workflows/cmake-multi-platform.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: coverallsapp/github-action@master
126
with:
127
path-to-lcov: ./build/clang-coverage-lcov/coverage/coverage.fixed.lcov
128
- github-token: ${{ secrets.COVERALLS_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
129
130
- name: Upload logs on failure
131
if: ${{ failure() }}
0 commit comments