Skip to content

Commit

Permalink
[FEAT]#108: keystore action 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Aug 19, 2024
1 parent 568ec51 commit 5a42f95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/opened-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
echo SIGNED_KEY_ALIAS=\"${{ secrets.SIGNED_KEY_ALIAS }}\" >> ./local.properties
echo SIGNED_KEY_PASSWORD=\"${{ secrets.SIGNED_KEY_PASSWORD }}\" >> ./local.properties
- name: add keystore
run: |
mkdir ./app/keystore
echo '${{ secrets.RELEASE_KEYSTORE }}' > ./app/keystore/keystore.b64
base64 -d -i ./app/keystore/keystore.b64 > ./app/keystore/release.keystore
- name: add google-services.json
run: |
echo '${{ secrets.GOOGLE_SERVICES_JSON_DEV }}' > ./app/src/dev/google-services.json
Expand Down

0 comments on commit 5a42f95

Please sign in to comment.