Skip to content

Commit ae0267d

Browse files
authored
Update ci.yml
1 parent 495383f commit ae0267d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
if: success()
2424
uses: codecov/codecov-action@v1
2525
with:
26-
fail_ci_if_error: true
26+
token: ${{ secrets.CODECOV_TOKEN }}
27+
fail_ci_if_error: true

0 commit comments

Comments
 (0)