diff --git a/.github/workflows/android-deployment.yml b/.github/workflows/android-deployment.yml index 08581aae4..51f6498c1 100644 --- a/.github/workflows/android-deployment.yml +++ b/.github/workflows/android-deployment.yml @@ -28,21 +28,21 @@ jobs: - name: Access KAKAO_APP_KEY run: | - echo KAKAO_APP_KEY=\"$KAKAO_APP_KEY\" > android/2023-emmsale/local.properties + echo KAKAO_APP_KEY=\"$KAKAO_APP_KEY\" >> android/2023-emmsale/local.properties shell: bash env: KAKAO_APP_KEY: ${{ secrets.KAKAO_APP_KEY }} - name: Access KAKAO_SCHEME run: | - echo KAKAO_SCHEME=\"$KAKAO_SCHEME\" > android/2023-emmsale/local.properties + echo KAKAO_SCHEME=\"$KAKAO_SCHEME\" >> android/2023-emmsale/local.properties shell: bash env: KAKAO_SCHEME: ${{ secrets.KAKAO_SCHEME }} - name: Access KAKAO_HOST run: | - echo KAKAO_HOST=\"$KAKAO_HOST\" > android/2023-emmsale/local.properties + echo KAKAO_HOST=\"$KAKAO_HOST\" >> android/2023-emmsale/local.properties shell: bash env: KAKAO_HOST: ${{ secrets.KAKAO_HOST }}