From c237ca1a24a092135152adba83e98cc8fceb6464 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 14:36:37 +0100 Subject: [PATCH] ci: add codecov token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d50d16..a74e714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,8 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} phpstan: runs-on: ubuntu-latest