Skip to content

Commit

Permalink
Update connectco-dev-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hig1002 authored Jan 28, 2025
1 parent 83005d6 commit df61e80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/connectco-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name : Create fcm.json
run: |
pushd ./src/main/resources
mkdir -p firebase
cd firebase
cd resources
touch ConnectCo_fcm.json
echo "${{ secrets.FCM_JSON }}" | base64 -d > ConnectCo_fcm.json
cat ConnectCo_fcm.json
Expand Down

0 comments on commit df61e80

Please sign in to comment.