diff --git a/.github/workflows/android_tests.yml b/.github/workflows/android_tests.yml index a0db0980..da76510c 100644 --- a/.github/workflows/android_tests.yml +++ b/.github/workflows/android_tests.yml @@ -19,4 +19,5 @@ jobs: name: Android ui tests uses: ./.github/workflows/android_ui_tests.yml with: - flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }} \ No newline at end of file + flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }} + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index 00ab7f96..08e579cc 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -36,12 +36,14 @@ jobs: uses: ./.github/workflows/android_tests.yml with: flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }} + secrets: inherit test_ios: name: iOS tests needs: [ preparation ] uses: ./.github/workflows/ios_tests.yml with: flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }} + secrets: inherit sonar_cloud: name: Sonar cloud needs: [ test_android, test_ios ]