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 f292f4f commit 459079eCopy full SHA for 459079e
.github/workflows/flutter.yml
@@ -46,5 +46,5 @@ jobs:
46
files: ./coverage/lcov.info
47
flags: flutter
48
name: code-coverage-report
49
- token: COVERAGE_KEY
+ token: ${{ secrets.COVERAGE_KEY }}
50
fail_ci_if_error: true
0 commit comments