Skip to content

Commit

Permalink
chore: add codecov token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Dec 14, 2024
1 parent 445113c commit bbbe2eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

- uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && github.repository == 'dotnet/docfx'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
Expand Down

0 comments on commit bbbe2eb

Please sign in to comment.