Skip to content

Commit

Permalink
[FEAT]#108: keystore github에 올려요
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Aug 19, 2024
1 parent 5a42f95 commit 4612f2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/opened-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ 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
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ misc.xml
deploymentTargetDropDown.xml
render.experimental.xml

# Keystore files
*.jks
*.keystore

# Google Services (e.g. APIs or Firebase)
google-services.json

Expand Down Expand Up @@ -111,8 +107,6 @@ proguard/
*~
*.swp

# Keystore files

# Google Services (e.g. APIs or Firebase)
# google-services.json

Expand Down
Binary file added app/keystore/release.keystore
Binary file not shown.

0 comments on commit 4612f2e

Please sign in to comment.