From c3045a62a9080ec88e9201a2d4cca3cb618aed9c Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Sun, 7 Apr 2024 17:11:11 +0800 Subject: [PATCH] fix(ci): update codecov token Signed-off-by: Junjie Gao --- .github/workflows/reusable-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 93ff1d11..34e1c0c0 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -34,4 +34,6 @@ jobs: - name: Run unit tests run: make test - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file