Skip to content

Commit ec3e12b

Browse files
committed
chore: try codecov token again
I tried this recently in 1a1a820 and then reverted in b8b1c42. Unfortunately I'm still seeing spurious failures from codecov, so let's try the token one more time. This time I double checked the token is provided by https://app.codecov.io/gh/shelljs/shelljs/settings. I regenerated the token for good measure.
1 parent a6d1e49 commit ec3e12b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
if: matrix.node-version >= 10
5252
uses: codecov/codecov-action@v3
5353
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
5455
fail_ci_if_error: true

0 commit comments

Comments
 (0)