From ad69ec293f0afc28a2bf7df322347e2d9e74631b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 12 Jan 2023 13:36:13 +0100 Subject: [PATCH] CI: Use own codecov upload token to prevent rate limit issue (#3028) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c93e57875..62e23dea69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,3 +83,4 @@ jobs: file: src/coverage.xml fail_ci_if_error: true if: matrix.database == 'postgres' && matrix.python-version == '3.10' + token: ${{ secrets.CODECOV_TOKEN }}