Skip to content

Commit 7c57308

Browse files
committed
chore(ci): updated release-please
1 parent c8b4761 commit 7c57308

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 }}
83+
token: ${{ secrets.CODECOV_TOKEN || inputs.codecov_token}}
8484
verbose: true
8585

8686
- name: Stop Docker Container

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)