Skip to content

Commit

Permalink
chore: get hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 29, 2024
1 parent 8ec84d0 commit 4159965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ 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 4159965

Please sign in to comment.