From 5d2aea2cadbed3beb8362e3cc6253987f359eee6 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Fri, 15 Nov 2024 15:21:19 +0000 Subject: [PATCH] CI: Add codecov token secret reference --- .github/workflows/integrations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 0dd91ae..3fbacc8 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -97,4 +97,5 @@ jobs: with: files: ./clover.xml fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} verbose: true