From 5fd8afdbf1a944e27fe639ae65428d7905fb6dd4 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Tue, 30 Apr 2024 17:42:46 +0200 Subject: Add Codecov token. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b302655..1050ff6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,4 @@ jobs: - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: name: ${{ matrix.python }} + token: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3