From f263741d49bf1b24a17f8c7ff30e4544a9e45436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pudil?= Date: Fri, 1 Dec 2023 20:15:06 +0100 Subject: [PATCH] chore: use codecov upload token --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9721267..74d3fab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,3 +22,5 @@ jobs: - run: yarn build # type check - run: yarn test - uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }}