Skip to content

Commit

Permalink
feat: Create Firebase Admin SDK JSON file to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okodeee committed Jun 10, 2024
1 parent 174ace3 commit edd4f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
oauth2.google.token-uri: ${{ secrets.TOKEN_URI }}
oauth2.google.resource-uri: ${{ secrets.RESOURCE_URI }}
jwt.secret: ${{ secrets.JWT_SECRET }}
# 2-2) Create Firebase Admin SDK JSON file
- name: Create Firebase Admin SDK JSON file
env:
FIREBASE_ADMIN_SDK: ${{ secrets.FIREBASE_ADMIN_SDK }}
run: |
echo "$FIREBASE_ADMIN_SDK" > /firebase/vomvom-fd09b-firebase-adminsdk-ghtjs-0070b39a4e.json
# 3) gradlew 권한 설정
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit edd4f1f

Please sign in to comment.