Skip to content

Commit

Permalink
[release] FCM 관련 CI/CD 테스트 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdtmdqorekf authored May 6, 2024
1 parent f5dee35 commit 9fe0904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- name: Decode and Save Firebase Config
run: |
mkdir -p ./backend/src/main/resources/firebase
echo "${{ secrets.FIREBASE_CONFIG_BASE64 }}" | base64 -d > ./backend/src/main/resources/firebase/firebase-secret-key.json
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 9fe0904

Please sign in to comment.