Skip to content

Commit f796f72

Browse files
committed
chore: add codecov token parameter
1 parent 445113c commit f796f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: codecov/codecov-action@v5
4949
if: matrix.os == 'ubuntu-latest'
5050
with:
51-
fail_ci_if_error: true
51+
token: ${{ secrets.CODECOV_TOKEN }}
5252

5353
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
5454
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)