Skip to content

Commit

Permalink
chore: 카카오 앱 키 CD 환경 변수 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdgh1592 authored Dec 19, 2023
1 parent 1d9484c commit e6f6184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
- name: Access KAKAO_APP_KEY
env:
KAKAO_APP_KEY: $
run: echo "GH_CLIENT_ID=\"$KAKAO_APP_KEY\"" > android/2023-emmsale/local.properties
run: echo "KAKAO_APP_KEY=\"$KAKAO_APP_KEY\"" > android/2023-emmsale/local.properties

- name: Access KAKAO_SCHEME
env:
KAKAO_SCHEME: $
run: echo "GH_CLIENT_ID=\"$KAKAO_SCHEME\"" > android/2023-emmsale/local.properties
run: echo "KAKAO_SCHEME=\"$KAKAO_SCHEME\"" > android/2023-emmsale/local.properties

- name: Access KAKAO_HOST
env:
KAKAO_HOST: $
run: echo "GH_CLIENT_ID=\"$KAKAO_HOST\"" > android/2023-emmsale/local.properties
run: echo "KAKAO_HOST=\"$KAKAO_HOST\"" > android/2023-emmsale/local.properties

- name: Access GOOGLE_SERVICE
env:
Expand Down

0 comments on commit e6f6184

Please sign in to comment.