From 04bd80058057a1f02f7bc1784584030c99bbc284 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Thu, 29 Feb 2024 18:04:56 +0100 Subject: [PATCH] Fix github action codecov #11 --- .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 c91abb0..8d00125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: uses: codecov/codecov-action@v4 with: verbose: true - token: ${{ secrets.ORG_CODECOV }} + token: ${{ secrets.ORG2_CODECOV }}