mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: account_json secret
This commit is contained in:
parent
71aa4cec54
commit
53a3ebb997
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue