Skip to content

Commit

Permalink
Add missing CODECOV_TOKEN (changesets#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored May 23, 2024
1 parent d4ff8b6 commit ffb9d97
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 @@ -28,6 +28,8 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

typecheck:
name: Typecheck
Expand Down

0 comments on commit ffb9d97

Please sign in to comment.