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 776fef0 commit 1af6bf8Copy full SHA for 1af6bf8
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: coverallsapp/github-action@v1.1.2
28
with:
29
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
30
- github-token: ${{ secrets.github_token }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
31
parallel: true
32
finish:
33
needs: build
0 commit comments