Skip to content

Commit e05fa47

Browse files
committed
Update Codecov token application
Signed-off-by: Beat Buesser <[email protected]>
1 parent a5f2b5b commit e05fa47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-scikit-learn.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: ./run_tests.sh ${{ matrix.framework }}
5858
- name: Upload coverage to Codecov
5959
uses: codecov/codecov-action@v4
60+
env:
61+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6062
with:
6163
fail_ci_if_error: true
62-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)