fix: account_json secret

This commit is contained in:
PartyDonut 2025-08-14 22:24:00 +02:00
parent 71aa4cec54
commit 53a3ebb997

View file

@ -678,7 +678,7 @@ jobs:
- name: Upload AAB to Google Play Console
uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: "nl.jknaapen.fladder"
releaseFiles: "fladder-android/${{ needs.build-android.outputs.artifact_suffix }}.aab"
track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'qa' || 'production' }}