From f5aedc863c662e59890f006cb41cd11df8596900 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 4 Oct 2022 11:08:58 +0200 Subject: [PATCH] CI: Explicitly configure `CODECOV_TOKEN` to mitigate intermittent 404 problems Reference: https://github.com/crate/crate-python/pull/451 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec1fe432..a8ddcc6f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,7 @@ jobs: env: CRATEDB_VERSION: ${{ matrix.cratedb-version }} SQLALCHEMY_VERSION: ${{ matrix.sqla-version }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: - uses: actions/checkout@v3