From 1b85ac126eb5490f7afa1499a502d01c64be2cf5 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 21 Jun 2024 22:52:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=F0=9F=A7=AA=20Set=20the=20Codecov?= =?UTF-8?q?=20token=20directly=20in=20GHA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's necessary since it seems that the currently used Codecov uploader doesn't read the token from config sometimes. This is a follow-up for #12508 which wasn't enough. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab4ea3db7..e9d0f233c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -250,6 +250,7 @@ jobs: with: fail_ci_if_error: false files: ./coverage.xml + token: 1eca3b1f-31a2-4fb8-a8c3-138b441b50a7 #repo token; cfg read fails verbose: true check: # This job does nothing and is only used for the branch protection