Skip to content

Commit 60f68b8

Browse files
committed
fix/#77: 누락된 google.webClientId 추가
1 parent e46a4f3 commit 60f68b8

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
@@ -35,6 +35,7 @@ jobs:
3535
echo "signed.key.password=${{ secrets.SIGNED_KEY_PASSWORD }}" >> local.properties
3636
echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
3737
echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
38+
echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
3839
3940
- name: Decode Keystore
4041
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
@@ -53,6 +53,7 @@ jobs:
5353
echo "signed.key.password=${{ secrets.SIGNED_KEY_PASSWORD }}" >> local.properties
5454
echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
5555
echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
56+
echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
5657
5758
- name: Decode Keystore
5859
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/keystore.jks

0 commit comments

Comments
 (0)