diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 5464afb3aa..75d7b1e78d 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -132,7 +132,6 @@ jobs: if: matrix.codecov uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml fail_ci_if_error: False verbose: True