Skip to content

Commit

Permalink
chore: serviceAccountJsonPlainText로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Aug 19, 2024
1 parent 70acd58 commit c2bcaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
- name: Upload artifact to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceCredentialsFileContent: ${{ secrets.SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.happy.friendogly
releaseFiles: android/app/build/outputs/apk/release/app-release.aab

0 comments on commit c2bcaed

Please sign in to comment.