Skip to content

Commit

Permalink
fix(ci): update codecov token (#920)
Browse files Browse the repository at this point in the history
Resolves #921

Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored Apr 9, 2024
1 parent fa0f5ba commit 4b9d016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:
fi
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4b9d016

Please sign in to comment.