We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d653f commit cc3712cCopy full SHA for cc3712c
1 file changed
.github/workflows/nodejs.yml
@@ -16,3 +16,5 @@ jobs:
16
with:
17
os: 'ubuntu-latest, macos-latest, windows-latest'
18
version: '18, 20, 22, 24'
19
+ secrets:
20
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments