Skip to content

Commit

Permalink
ci: provide CODECOV_TOKEN for codecov-action step
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 18, 2024
1 parent 7bd3343 commit 309e6d0
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 @@ -24,3 +24,5 @@ jobs:
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 309e6d0

Please sign in to comment.