From 8ced5caf0f1191b98da637b05cbb28ee589d16cd Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 21 Jun 2024 16:34:29 +0900 Subject: [PATCH] ci: use `env` for codecov GitHub Actions (#3010) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfff0cae..9cfe7c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: with: fail_ci_if_error: true directory: ./coverage - token: ${{ secrets.CODECOV_TOKEN }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} main: name: 'Main'