Skip to content

Commit df90e8c

Browse files
ci(github): add CODECOV_TOKEN to workflow build.yml
1 parent 2361043 commit df90e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

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

3030
- name: Codecov
3131
uses: codecov/codecov-action@v4
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234

3335
- name: Run module tests
3436
run: npm run test:esm

0 commit comments

Comments
 (0)