Skip to content

Commit d6b19b0

Browse files
committed
chore(ci): updated release-please
1 parent 881f60f commit d6b19b0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
directory: ./coverage/
8181
fail_ci_if_error: true
8282
# flags: unittests
83-
token: ${{ secrets.CODECOV_TOKEN || inputs.codecov_token}}
83+
token: ${{ secrets.CODECOV_TOKEN }}
8484
verbose: true
8585

8686
- name: Stop Docker Container

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
jobs:
1111
test:
1212
uses: ./.github/workflows/code_quality.yml
13-
with:
14-
codecov_token: ${{ secrets.CODECOV_TOKEN }}
1513
publish:
1614
name: Publish Packages with Melos
1715
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)