From 184472ebc96dd1058ab25045865a4235f7c1c43f Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 26 Jul 2024 12:17:48 +1000 Subject: [PATCH] Ensure codecov token is used (#11) --- .github/workflows/test-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 7070c5c..86e6cb8 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -46,3 +46,4 @@ jobs: uses: codecov/codecov-action@v3 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}