Skip to content

Commit

Permalink
chore: remove print key hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 29, 2024
1 parent 8868cc5 commit d98c0c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ jobs:
run: |
echo "${{ secrets.DEBUG_KEYSTORE_FILE }}" | base64 --decode > ./app/debug_keystore.jks
- name: Extract Key Hash
run: |
keytool -exportcert -alias ${{ secrets.DEBUG_KEYSTORE_KEY_ALIAS }} -keystore ./app/debug_keystore.jks -storepass ${{ secrets.DEBUG_KEYSTORE_PASSWORD }} | openssl sha1 -binary | openssl base64
shell: bash

- name: Install Dependencies
run: |
gem install bundler
Expand Down

0 comments on commit d98c0c6

Please sign in to comment.