Skip to content

Commit 0bcc691

Browse files
authored
Use codecov token (#2748)
* Use codecov token * Using env to pass token
1 parent c159515 commit 0bcc691

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
- name: Test
3232
run: npm run test:ci
3333
- name: Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
fail_ci_if_error: true
3737
verbose: true
38+
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3840
lint:
3941
name: Lint
4042
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)