Skip to content

Commit e3912d9

Browse files
fix: add the token
1 parent a8b9ceb commit e3912d9

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
@@ -16,3 +16,5 @@ jobs:
1616
run: npm run test
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v4
19+
env:
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)