Skip to content

Commit 3fc2a69

Browse files
committed
Update build to include CODECOV_TOKEN
1 parent 34e616a commit 3fc2a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
run: ./node_modules/.bin/nyc report --reporter=json
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v5
64+
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}
6466
release:
6567
runs-on: ubuntu-22.04
6668
needs: test

0 commit comments

Comments
 (0)