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 d0a2dae commit 1d9484c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/android-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ jobs:
env:
GH_CLIENT_ID: ${{ secrets.GH_CLIENT_ID }}
run: echo "GH_CLIENT_ID=\"$GH_CLIENT_ID\"" > android/2023-emmsale/local.properties

- name: Access KAKAO_APP_KEY
env:
KAKAO_APP_KEY: $
run: echo "GH_CLIENT_ID=\"$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

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

- name: Access GOOGLE_SERVICE
env:
Expand Down

0 comments on commit 1d9484c

Please sign in to comment.