From f2621baee9122f524d5f84c7d7070c3bcd1bdfe3 Mon Sep 17 00:00:00 2001 From: Unique-Divine Date: Sat, 27 Apr 2024 07:41:04 -0500 Subject: [PATCH] ci: add CODECOV_TOKEN env var to secrets --- .github/workflows/integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e299a76e7c..553387aa45 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,3 +52,5 @@ jobs: - name: "Upload coverage reports to Codecov" uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}