From 192dab5fa8b26865d6586be55128c70b1ae2b275 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Wed, 26 Jun 2024 13:52:05 +0200 Subject: [PATCH] Add CodeCov token to CI workflow --- .github/workflows/ci-python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 78774c68..9d89bf67 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -67,6 +67,8 @@ jobs: - uses: actions/checkout@v4 - name: Calculate and upload coverage to codecov.io uses: greenbone/actions/coverage-python@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} build-docs: name: Build the documentation