From 29154b2b40dc185ec0f6f0dce277e0033cc983ac Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 31 May 2023 11:47:43 +0200 Subject: [PATCH] fix(tracker): typo... --- .github/workflows/ui-tests.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index e5b21d46f..026bd736b 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -53,7 +53,7 @@ jobs: yarn test - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - width: + with: token: ${{ secrets.CODECOV_TOKEN }} flags: tracker name: tracker