Skip to content

Commit ceca0dc

Browse files
authored
[chore] ensure codecov uses token (#5687)
This was done in the collector & collector-contrib repos and makes tokenless ratelimiting errors go away.
1 parent a7ba25f commit ceca0dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ jobs:
8787
cp coverage.html $TEST_RESULTS
8888
- name: Upload coverage report
8989
uses: codecov/[email protected]
90+
env:
91+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9092
with:
9193
file: ./coverage.txt
9294
fail_ci_if_error: true
9395
verbose: true
94-
token: ${{ secrets.CODECOV_TOKEN }}
9596
- name: Store coverage test output
9697
uses: actions/upload-artifact@v4
9798
with:

0 commit comments

Comments
 (0)