We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad057fa commit 2b046e4Copy full SHA for 2b046e4
.github/workflows/ci.yml
@@ -743,3 +743,4 @@ jobs:
743
- uses: codecov/codecov-action@v4
744
with:
745
fail_ci_if_error: ${{ github.event_name == 'push' }} # do not care about uploads in PR
746
+ token: ${{ secrets.CODECOV_TOKEN }} # this token is available at https://app.codecov.io/account/github/modin-project/
0 commit comments