Skip to content

Commit f7f3d20

Browse files
committed
repair
1 parent 7babf95 commit f7f3d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: coverallsapp/github-action@master
126126
with:
127127
path-to-lcov: ./build/clang-coverage-lcov/coverage/coverage.fixed.lcov
128-
github-token: ${{ secrets.COVERALLS_TOKEN }}
128+
github-token: ${{ secrets.GITHUB_TOKEN }}
129129

130130
- name: Upload logs on failure
131131
if: ${{ failure() }}

0 commit comments

Comments
 (0)