From f00383a5d3dde763edae64655aabbb356b5f55a6 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 3 Feb 2024 11:56:42 +0000 Subject: [PATCH] CI: Add `CODECOV_TOKEN` to codecov step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7658a1c..b4cc4677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} doc-links: name: Intra-doc links