From 28cd335e3aba57bcfc41657586e1177fec1e7c5c Mon Sep 17 00:00:00 2001 From: Nils Diekmann Date: Sat, 10 Feb 2024 18:06:19 +0100 Subject: [PATCH] - fix name a paramter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e130be1..4fe0abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: root_dir: . fail_ci_if_error: true verbose: true - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }}