Skip to content

Commit f1b6e93

Browse files
committed
ci: Another pass at coveralls
1 parent ad2fc3f commit f1b6e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
- run: yarn lint:nofix
2121
- run: yarn coveralls
2222
env:
23-
github-token: ${{secrets.GITHUB_TOKEN}}
23+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
24+
COVERALLS_GIT_BRANCH: ${{ github.ref }}

0 commit comments

Comments
 (0)