Skip to content

Commit a0fb183

Browse files
committed
fix/#77: 누락된 kakao.nativeAppKey 추가
1 parent 60f68b8 commit a0fb183

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
3737
echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
3838
echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
39+
echo "kakao.nativeAppKey=${{ secrets.KAKAO_NATIVE_APP_KEY }}" >> local.properties
3940
4041
- name: Decode Keystore
4142
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/keystore.jks

.github/workflows/distribute.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
5555
echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
5656
echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
57+
echo "kakao.nativeAppKey=${{ secrets.KAKAO_NATIVE_APP_KEY }}" >> local.properties
5758
5859
- name: Decode Keystore
5960
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/keystore.jks

0 commit comments

Comments
 (0)