diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2a13d4dc49..053be2b11f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -73,6 +73,7 @@ jobs: - name: Upload Results To Codecov uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./${{ matrix.itest }}.out flags: inttests # optional verbose: true # optional (default = false)