Skip to content

Commit ffb9d97

Browse files
authored
Add missing CODECOV_TOKEN (changesets#1363)
1 parent d4ff8b6 commit ffb9d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Upload coverage
3030
uses: codecov/codecov-action@v4
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}
3133

3234
typecheck:
3335
name: Typecheck

0 commit comments

Comments
 (0)