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