Fix pipeline

This commit is contained in:
Geoffroy Bonneville
2025-11-10 12:38:45 -05:00
parent 0fbdec570a
commit 0b479e10c8
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: Run Fastlane
env:
MODULE: ${{ github.event.inputs.module }}
MODULE: ${{ env.MODULE }}
SUPPLY_JSON_KEY: service-account.json
KEYSTORE_FILE: upload.jks
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}