From b6ffbb739c138689279a21c4df6b5c81eb2c125f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:09:12 +0100 Subject: [PATCH] ci: set codecov token Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25f5509..b5325e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,7 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage.txt + token: ${{ secrets.CODECOV_TOKEN }} example: runs-on: ubuntu-latest