🚑🧪 Set the Codecov token directly in GHA

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.
This commit is contained in:
Sviatoslav Sydorenko 2024-06-21 22:52:17 +02:00
parent 9f134fc6ad
commit 1b85ac126e
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 1 additions and 0 deletions

View File

@ -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