From a940205bc3808929dd63f72f2c3becd71c33c9da Mon Sep 17 00:00:00 2001 From: Webber Date: Thu, 18 Apr 2024 17:43:02 +0200 Subject: [PATCH] chore: add token --- .github/workflows/pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 4037e0f..6b1fbc8 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -28,3 +28,5 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}