From 241c398a34213e8425215ada6629975a44d40a69 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Thu, 8 Feb 2024 18:18:56 +0100 Subject: [PATCH] Update ci.yml Fix up missing token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fbc8ca..7d32d95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,8 @@ jobs: - name: Submit code coverage if: success() && matrix.php-version == '8.1' uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} cs-stan: name: Coding Standard & Static Analysis