Skip to content

Commit 2b046e4

Browse files
TEST-modin-project#7165: Add codecov token to fix CI on master (modin-project#7175)
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
1 parent ad057fa commit 2b046e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -743,3 +743,4 @@ jobs:
743743
- uses: codecov/codecov-action@v4
744744
with:
745745
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

Comments
 (0)