Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Feb 24, 2024
1 parent 6354f01 commit 91a1c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: 🐧 create service-account.json
run: |
mkdir -p ./daepiro-api/src/main/resources
cd ./daepiro-api/src/main/resources
touch ./service-account.json
echo "${{ secrets.FCM }}" | base64 --decode > ./service-account.json
Expand Down

0 comments on commit 91a1c17

Please sign in to comment.