Skip to content

Commit

Permalink
Update android-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdgh1592 authored Dec 19, 2023
1 parent 9d59d29 commit ddc93ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:

- name: Access KAKAO_APP_KEY
env:
KAKAO_APP_KEY: $
KAKAO_APP_KEY: ${{ secrets.KAKAO_APP_KEY }}
run: echo "KAKAO_APP_KEY=\"$KAKAO_APP_KEY\"" > android/2023-emmsale/local.properties

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

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

- name: Access GOOGLE_SERVICE
Expand Down

0 comments on commit ddc93ea

Please sign in to comment.