Skip to content

Commit 40a9580

Browse files
fix: pass CODECOV_TOKEN to codecov action
1 parent b93de35 commit 40a9580

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ jobs:
6161

6262
- name: Upload coverage
6363
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5
64+
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)