Skip to content

Commit 1b85ac1

Browse files
committed
🚑🧪 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.
1 parent 9f134fc commit 1b85ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
with:
251251
fail_ci_if_error: false
252252
files: ./coverage.xml
253+
token: 1eca3b1f-31a2-4fb8-a8c3-138b441b50a7 #repo token; cfg read fails
253254
verbose: true
254255

255256
check: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)