Skip to content

Commit

Permalink
[FIX/#178] keyPassword 검증 과정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent 7a1f91d commit bd8b717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
ls -la app/
cat keystore.properties
keytool -list -keystore app/gentiKeyStore.jks -storepass ${{ secrets.STORE_PASSWORD }}
keytool -exportcert -keystore app/gentiKeystore.jks \
-storepass ${{ secrets.STORE_PASSWORD }} \
-keypass ${{ secrets.KEY_PASSWORD }} \
-alias ${{ secrets.KEY_ALIAS }} -rfc -file /dev/null
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
Expand Down

0 comments on commit bd8b717

Please sign in to comment.