aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2024-04-30 17:42:46 +0200
committerThomas Kemmer <tkemmer@computer.org>2024-05-01 20:09:33 +0200
commit5fd8afdbf1a944e27fe639ae65428d7905fb6dd4 (patch)
treec931b7061175ed7fb732d86aab48a68db1fb5a1e
parentd4cde53233ebc514a9915ec99ea9d4a94b1d8e03 (diff)
downloadcachetools-upstream-master.tar.gz
Add Codecov token.upstream-master
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
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 }}