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 48e22a0 commit a76601bCopy full SHA for a76601b
1 file changed
.github/workflows/dotnetcore-build.yml
@@ -37,5 +37,5 @@ jobs:
37
uses: coverallsapp/github-action@1.1.3
38
if: ${{ github.event_name == 'push' }}
39
with:
40
- github-token: ${{ secrets.COVERALLS_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
41
path-to-lcov: ./coveragereport/lcov.info
0 commit comments