From 1080747ab0946ce315904df73c4b5feed7e2af04 Mon Sep 17 00:00:00 2001 From: Sarah Jiang Date: Mon, 18 Sep 2023 09:50:22 -0700 Subject: [PATCH] Update ci-build.yml (#1952) Adds repository upload token to git action --- .github/workflows/ci-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8586dafaf..0e0e4cc99 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -33,6 +33,7 @@ jobs: if: matrix.node-version == '20.x' uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: coverage fail_ci_if_error: true verbose: true