From 670745a68bb287f4c708e5095471b3d21f592428 Mon Sep 17 00:00:00 2001 From: nojimage Date: Fri, 9 Feb 2024 17:31:20 +0900 Subject: [PATCH] update CI set 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 3c20593..eca1758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,8 @@ jobs: - name: Submit code coverage if: matrix.coverage == 'coverage' uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} cs-stan: name: Coding Standard & Static Analysis