From 8f4f74fc6f56752425349eb332d2b9eb8aa4f990 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Mon, 24 Jun 2024 15:08:24 +0300 Subject: [PATCH] chore: add codecov token --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 584ab85a..96cec070 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,4 +98,6 @@ jobs: REPO_FEATURE_FLAGS.ALLOW_MULTI_TARGET_UPLOAD: "true" - name: Codecov - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}