diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b47ec54..e044fa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,6 +236,8 @@ jobs: - name: Setup coverage collection if: matrix.coverage run: ci/github/codecov.sh "setup" + env: + CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} - name: Run tests if: '!matrix.coverity'