Skip to content

Commit ac237ce

Browse files
committed
chore: adding secret to be able to push to codecov
1 parent f730d7a commit ac237ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
path: ./coverage
3131
- name: Codecov
3232
uses: codecov/codecov-action@v5
33+
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)