From 141d90c904d8065dd7f91dd30186a3d547eaf0f2 Mon Sep 17 00:00:00 2001 From: ChuYong Date: Sun, 28 Jan 2024 22:22:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=95=84=EC=9A=94=20=ED=8C=8C?= =?UTF-8?q?=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d58bc23..7b4ed18 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -21,11 +21,13 @@ jobs: - name: 시크릿 파일 생성하기 run: | - echo "$PLAYSTORE_SA" > play_keyfile.json - echo "$GCP_FASTLANE_SA" > gcp_keyfile.json + echo "$PLAYSTORE_SA" > play_keyfile.json && \ + echo "$GCP_FASTLANE_SA" > gcp_keyfile.json && \ + echo "$GENERIC_APP_SECRETS" > secrets.properties env: PLAYSTORE_SA: ${{ secrets.PLAYSTORE_SA }} GCP_FASTLANE_SA: ${{ secrets.GCP_FASTLANE_SA }} + GENERIC_APP_SECRETS: ${{ secrets.GENERIC_APP_SECRETS }} - name: Fastlane 배포하기 run: fastlane deploy_dev