chore(CI): re-enable codecov token to fix error (#9664)
Signed-off-by: Rongrong <i@rong.moe>
This commit is contained in:
parent
72070d40cc
commit
6bdb57c91c
|
|
@ -31,8 +31,8 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.node-version == '16' }}
|
||||
uses: codecov/codecov-action@v3
|
||||
# with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos as documented, but seems broken
|
||||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue