From ee01aad7ac986e0354651b872a4b964d63b842ae Mon Sep 17 00:00:00 2001 From: "Emma C. Hughes" <84008144+emmachughes@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:48:08 +0200 Subject: [PATCH] add codecov token --- .github/workflows/api-contentauthor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-contentauthor.yaml b/.github/workflows/api-contentauthor.yaml index d81d271821..4a615327ff 100644 --- a/.github/workflows/api-contentauthor.yaml +++ b/.github/workflows/api-contentauthor.yaml @@ -147,6 +147,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: sourcecode/apis/contentauthor/coverage.xml fail_ci_if_error: true