From 4dbc38c8c3c2b5dfa572e1893319fa80f4d4f35f Mon Sep 17 00:00:00 2001 From: huangchengxing <841396397@qq.com> Date: Tue, 30 Apr 2024 17:59:38 +0800 Subject: [PATCH] chore(codecov): add evn variable --- .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 abf2545c0..7e584cbf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,4 +90,5 @@ jobs: run: bash <(curl -s https://codecov.io/bash) - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file