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 6e90479 commit a576befCopy full SHA for a576bef
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Coveralls
30
uses: coverallsapp/github-action@master
31
with:
32
- github-token: ${{ secrets.COVERALLS_GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Create Build
35
run: yarn build
0 commit comments