Skip to content

Commit

Permalink
ci: use CODECOV_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Mar 7, 2024
1 parent ef1d2b6 commit 0940621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Check building docs
Expand Down

0 comments on commit 0940621

Please sign in to comment.