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