Skip to content

Commit

Permalink
fix: keystore passwords was inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Dec 23, 2024
1 parent 2fb8ac3 commit 53ca5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deliver_beta_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
keystore-file: ${{ secrets.PLAYSTORE_KEYSTORE }}
service-account: ${{ secrets.PLAYSTORE_SERVICE_ACCOUNT }}
keystore-alias: ${{ secrets.PLAYSTORE_KEYSTORE_ALIAS }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}

4 changes: 2 additions & 2 deletions .github/workflows/publish_alpha_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
keystore-file: ${{ secrets.PLAYSTORE_KEYSTORE }}
service-account: ${{ secrets.PLAYSTORE_SERVICE_ACCOUNT }}
keystore-alias: ${{ secrets.PLAYSTORE_KEYSTORE_ALIAS }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}

0 comments on commit 53ca5ac

Please sign in to comment.