Skip to content

Commit 5bea92d

Browse files
committed
ci: use coverage upload token
1 parent 7d133ae commit 5bea92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
name: Upload Coverage Report
5555
uses: codecov/codecov-action@v3
5656
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
5758
files: ${{ steps.coverage.outputs.report }}
5859
verbose: true
5960
fail_ci_if_error: true

0 commit comments

Comments
 (0)