From cd0e0a08b5a11214eea1ce5dfb3f6c2339bc31ac Mon Sep 17 00:00:00 2001 From: Marco Rossi Date: Mon, 11 Mar 2024 13:06:32 +0100 Subject: [PATCH] Update build-android-app.yml --- .github/workflows/build-android-app.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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