Skip to content

Commit 67a1808

Browse files
authored
upload to codecov using the token (#1764)
This should fix the timeouts caused by GitHub rate-limiting CodeCov.io codecov/codecov-action#598
1 parent b9d554b commit 67a1808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: codecov/codecov-action@v3
8080
with:
8181
fail_ci_if_error: true
82+
token: ${{ secrets.CODECOV_TOKEN }}
8283

8384
tox-style:
8485
name: CI linters via Tox
@@ -234,3 +235,4 @@ jobs:
234235
uses: codecov/codecov-action@v3
235236
with:
236237
fail_ci_if_error: true
238+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)