Skip to content

Commit

Permalink
[DOCS]: FCM json 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
phonil committed Jan 12, 2024
1 parent 8deb65d commit f017635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
touch ./src/main/resources/forbidden-words.txt
echo "${{ secrets.FORBIDDEN_TXT }}" | base64 --decode > src/main/resources/forbidden-words.txt
touch ./src/main/resources/services-account.json
echo "${{ secrets.SERVICES_ACCOUNT_JSON }}" | base64 --decode > src/main/resources/services-account.json
#추가
- name: Make Gradle Wrapper script executable
Expand Down

0 comments on commit f017635

Please sign in to comment.