Skip to content

Commit

Permalink
[ci] Codecov fix follow-up
Browse files Browse the repository at this point in the history
Accidentally removed the token which is still required for protected branches.
  • Loading branch information
eps1lon committed Jan 15, 2025
1 parent 7134e5d commit eab6e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
fail_ci_if_error: true
flags: ${{ matrix.react }}
token: ${{ secrets.CODECOV_TOKEN }}

release:
permissions:
Expand Down

0 comments on commit eab6e67

Please sign in to comment.