Skip to content

Commit

Permalink
chore: 필요 파라미터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 28, 2024
1 parent 53c1727 commit 141d90c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 141d90c

Please sign in to comment.