Skip to content

Commit eab6e67

Browse files
committed
[ci] Codecov fix follow-up
Accidentally removed the token which is still required for protected branches.
1 parent 7134e5d commit eab6e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
with:
6464
fail_ci_if_error: true
6565
flags: ${{ matrix.react }}
66+
token: ${{ secrets.CODECOV_TOKEN }}
6667

6768
release:
6869
permissions:

0 commit comments

Comments
 (0)