From c6bc8758c63a42e7087515e1f0b384b05bbd512c Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sun, 14 Apr 2024 13:57:13 +0200 Subject: [PATCH] Add toknen --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebca676..0d62d2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest