Stefan Frank
Stefan Frank
@Ahmadajami Not sure this helps or covers what you want to achieve, but this is how I solved a similar sounding issue: ``` build: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 with: flutter_channel: stable min_coverage:...
I did define the Actions secrets and variables under /settings/secrets/actions in Github. Then in your main.yml: ``` build: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 with: flutter_channel: stable min_coverage: 80 # Inject secrets as environment...