Skip to content

Commit

Permalink
fix: Firebase Admin SDK JSON file path
Browse files Browse the repository at this point in the history
  • Loading branch information
okodeee committed Jun 11, 2024
1 parent 7a0a21d commit 56461bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
env:
FIREBASE_ADMIN_SDK: ${{ secrets.FIREBASE_ADMIN_SDK }}
run: |
mkdir -p src/main/firebase/resources/firebase
echo "$FIREBASE_ADMIN_SDK" > src/main/firebase/resources/firebase/vomvom-fd09b-firebase-adminsdk-ghtjs-0070b39a4e.json
mkdir -p src/main/resources/firebase
echo "$FIREBASE_ADMIN_SDK" > src/main/resources/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 56461bf

Please sign in to comment.