Skip to content

Commit 1675840

Browse files
committed
Attempt to fix CODECOV_TOKEN usage
1 parent b53652e commit 1675840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ jobs:
7777
7878
- name: Upload report to Codecov
7979
uses: codecov/codecov-action@v4
80+
env:
81+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8082
with:
81-
token: ${{ secrets.CODECOV_TOKEN }}
8283
files: ./build/visp-coverage.cleaned
8384
fail_ci_if_error: true
8485
verbose: true

0 commit comments

Comments
 (0)