From 1c1f694b842e47a0c1e53c1f8f44a0b4315a34b3 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Thu, 8 Feb 2024 18:22:36 +0100 Subject: [PATCH] Update ci.yml (#256) 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