Skip to content

Commit

Permalink
[Chore] workflow build 부분 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
EvergreenTree97 committed Aug 11, 2024
1 parent 8980c75 commit 9c305e2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ jobs:
run: |
echo "${{ secrets.PPAC_LOCAL_PROPERTIES }}" > ./local.properties
- name: Create file
run: cat /home/runner/work/ppac-android/ppac-android/app/google-services.json | base64

- name: Putting data
env:
DATA: ${{ secrets.PPAC_GOOGLE_SERVICES }}
run: echo $DATA > /home/runner/work/ppac-android/ppac-android/app/google-services.json

- name: Create Google Services
env:
PPAC_GOOGLE_SERVICES: ${{secrets.PPAC_GOOGLE_SERVICES}}
run: |
echo "PPAC_GOOGLE_SERVICES" > app/google-services.json.b64
base64 -d -i app/google-services.json.b64 > app/google-services.json
echo "PPAC_GOOGLE_SERVICES" > app/google-services.json
- name: Create KeyStore Properties
run: |
Expand Down

0 comments on commit 9c305e2

Please sign in to comment.