diff --git a/.github/workflows/promote-to-production.yaml b/.github/workflows/promote-to-production.yaml index 7744187e2..903891bf1 100644 --- a/.github/workflows/promote-to-production.yaml +++ b/.github/workflows/promote-to-production.yaml @@ -27,4 +27,6 @@ jobs: name: Promote Beta to Production Play Store uses: niyajali/mifos-mobile-github-actions/.github/workflows/promote-to-production.yaml@main if: ${{ inputs.publish_to_play_store == true }} - secrets: inherit \ No newline at end of file + secrets: inherit + with: + android_package_name: 'mifospay-android' \ No newline at end of file