Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/android-main' into Feature/#839-…
Browse files Browse the repository at this point in the history
…행사_카카오_공유_기능
  • Loading branch information
tmdgh1592 committed Dec 19, 2023
2 parents 982cb75 + d0a2dae commit 5063045
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,22 @@ jobs:
env:
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:
GOOGLE_SERVICE: ${{ secrets.GOOGLE_SERVICE }}
Expand Down

0 comments on commit 5063045

Please sign in to comment.