We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94523f6 commit a6b6dbdCopy full SHA for a6b6dbd
1 file changed
.github/workflows/nodejs.yml
@@ -12,3 +12,5 @@ jobs:
12
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
13
with:
14
version: '18.19.0, 18, 20, 22'
15
+ secrets:
16
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments