From 0ffa9ac7a0973a33dfa3e4922b5519a1cf88e78a Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 25 Jan 2026 17:00:26 +0300 Subject: [PATCH] Fix workflow: remove invalid secret reference from with block --- .github/workflows/distribute_app_to_play_store.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index 08e0d96..03f28f6 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -19,7 +19,6 @@ jobs: branch: ${{ github.event.inputs.branch }} gradlew-command: assembleReleaseMarket keystore-file-name: market_key.jks - keystore-file-base64: ${{ secrets.RELEASE_MARKET_KEY_FILE }} secrets: inherit upload: