From 353984febd1085890f289cff0a383d3b69c86e2d Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 9 Jan 2024 21:26:53 +0000 Subject: [PATCH] use env to store token Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4807b52996..82c78d4f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,8 @@ jobs: - name: Upload Coverage uses: codecov/codecov-action@v4-beta + env: + token: ${{ secrets.CODECOV_TOKEN }} with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true