From 049e962b7926ba8d1a0b4bfcac92ffd7748cd961 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 21 Jun 2024 07:58:12 +0400 Subject: [PATCH] Update codecov token --- .github/workflows/_integration.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_integration.yml b/.github/workflows/_integration.yml index 5f842d360bc8..c8092626febc 100644 --- a/.github/workflows/_integration.yml +++ b/.github/workflows/_integration.yml @@ -116,7 +116,7 @@ jobs: if: always() uses: codecov/codecov-action@v4 with: - token: 22159d7c-856d-4fe9-8fdb-5d9ecff35514 + token: 3c5cbd1b-5110-4302-ad5a-080390ca731a files: ./integration/integration-${{ inputs.task }}.txt flags: integration,${{ inputs.task }}-${{ inputs.shard_index }},filter-${{ !inputs.disable_pushdown }} fail_ci_if_error: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 93bc64534512..764f78abf30c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -131,7 +131,7 @@ jobs: if: always() uses: codecov/codecov-action@v4 with: - token: 22159d7c-856d-4fe9-8fdb-5d9ecff35514 + token: 3c5cbd1b-5110-4302-ad5a-080390ca731a files: ./cover.txt flags: unit fail_ci_if_error: true