diff --git a/.github/workflows/build-android-app.yml b/.github/workflows/build-android-app.yml index 771276a..6551cea 100644 --- a/.github/workflows/build-android-app.yml +++ b/.github/workflows/build-android-app.yml @@ -24,22 +24,18 @@ on: FLAVOR: required: true type: string + secrets: JSON_PLAY_STORE_API_KEY: required: true - type: string STORE_FILE: required: true - type: string STORE_PASSWORD: required: true - type: string KEY_PASSWORD: required: true - type: string KEY_ALIAS: required: true - type: string - + jobs: build: name: Build APK