From bd8f6b39201c12dc13d4286aac18d4c87665deb0 Mon Sep 17 00:00:00 2001 From: Sahil Budhwar Date: Mon, 18 Nov 2024 16:02:53 +0530 Subject: [PATCH] fix(codecov): add codecov secret token to github actions --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c839f11c..311693e3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -43,5 +43,6 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage/lcov.info + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests fail_ci_if_error: true