Skip to content

Commit

Permalink
Update CI_STORE_DEPLOY_ANDROID.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkSpar authored Sep 22, 2024
1 parent be43cdf commit ee22a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_STORE_DEPLOY_ANDROID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
- name: Deploy to Play Store (Internal testing)
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: ${{ env.SERVICE_ACCOUNT_PATH }}
# serviceAccountJson: ${{ env.SERVICE_ACCOUNT_PATH }}
serviceAccountJsonPlainText: '${{ secrets.SERVICE_ACCOUNT_JSON }}'
packageName: ${{ env.PACKAGE_NAME }}
releaseFiles: ${{ env.AAB_PATH }}
track: internal

0 comments on commit ee22a5b

Please sign in to comment.