From 71dc725666768fa2a33aba40211cf2fe24c8a69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 8 Mar 2024 09:45:49 +0000 Subject: [PATCH] fix(ci): just pass the token raw --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67230e12c..2c7dd8abd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: with: flags: backend files: ./coverage.txt - token: ${{ secrets.CODECOV_TOKEN }} + token: c77c73a6-81e1-4fa1-8372-9170d7953d41 lint-go: name: Lint Go code @@ -114,7 +114,7 @@ jobs: with: flags: ui directory: ./ui/coverage - token: ${{ secrets.CODECOV_TOKEN }} + token: c77c73a6-81e1-4fa1-8372-9170d7953d41 lint-js: name: Lint JS code