Skip to content

Commit e4ed955

Browse files
committed
Use CodeCov token for uploads
1 parent 2154193 commit e4ed955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
- run: yarn run test-phy --silent
3232
- run: yarn run test-ada --silent --coverage
3333
- uses: codecov/codecov-action@v4
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)