We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1843e commit 2bc1896Copy full SHA for 2bc1896
1 file changed
.github/workflows/ci.yml
@@ -25,3 +25,5 @@ jobs:
25
- if: matrix.node-version == 22
26
name: Send coverage info to Codecov
27
uses: codecov/codecov-action@v5
28
+ with:
29
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments