Skip to content

Commit 2bc1896

Browse files
authored
Add reference to CODECOV_TOKEN
1 parent 6d1843e commit 2bc1896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
- if: matrix.node-version == 22
2626
name: Send coverage info to Codecov
2727
uses: codecov/codecov-action@v5
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)