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 ad2fc3f commit f1b6e93Copy full SHA for f1b6e93
.github/workflows/ci.yml
@@ -20,4 +20,5 @@ jobs:
20
- run: yarn lint:nofix
21
- run: yarn coveralls
22
env:
23
- github-token: ${{secrets.GITHUB_TOKEN}}
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
24
+ COVERALLS_GIT_BRANCH: ${{ github.ref }}
0 commit comments