From 0040175876ae704da8ba7899a2fa716398dde319 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Mon, 19 Feb 2024 13:55:06 +0900 Subject: [PATCH] Pass CODECOV_TOKEN --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99763c..0bf9474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,3 +48,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: ./cover.out + token: ${{ secrets.CODECOV_TOKEN }}