mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): just pass the token raw
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3e05b8b0d0
commit
71dc725666
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user