We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b4761 commit 7c57308Copy full SHA for 7c57308
.github/workflows/code_quality.yml
@@ -80,7 +80,7 @@ jobs:
80
directory: ./coverage/
81
fail_ci_if_error: true
82
# flags: unittests
83
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN || inputs.codecov_token}}
84
verbose: true
85
86
- name: Stop Docker Container
.github/workflows/release.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
test:
12
uses: gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
13
+ with:
14
+ codecov_token: ${{ secrets.CODECOV_TOKEN }}
15
publish:
16
name: Publish Packages with Melos
17
runs-on: ubuntu-latest
0 commit comments