Skip to content

Commit

Permalink
fix: add repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
tlylt committed Jan 1, 2022
1 parent d1c6046 commit 778f48e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm run test
- name: Code Coverage
run: npm run coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Build
run: npm run build
- name: Release
Expand Down

0 comments on commit 778f48e

Please sign in to comment.