From b1323935dc80997122c41dcc7b402957755f42dc Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 8 Feb 2024 09:01:36 -0800 Subject: [PATCH] Add codcov secret for integration tests on Push (#9422) Signed-off-by: Derek Nola --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) 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)