diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8445e06fdc..bb564ee27a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -481,6 +481,8 @@ jobs: if: "${{ success() && (env.ENABLE_COVERAGE == 'yes') }}" run: | ./scripts/ci/submit-codecov-coverage.sh + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} integration-tests: needs: pre_job @@ -718,6 +720,8 @@ jobs: if: "${{ success() && env.ENABLE_COVERAGE == 'yes' && env.TASK == 'ci-integration' }}" run: | ./scripts/ci/submit-codecov-coverage.sh + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Compress Service Logs Before upload if: ${{ failure() && env.TASK == 'ci-integration' }} run: |