We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414bf46 commit 050447cCopy full SHA for 050447c
1 file changed
.github/workflows/connectco-dev-deploy.yml
@@ -46,6 +46,7 @@ jobs:
46
cd firebase
47
touch ConnectCo_fcm.json
48
echo "${{ secrets.FCM_JSON }}" | base64 -d > ConnectCo_fcm.json
49
+ cat ConnectCo_fcm.json
50
popd
51
52
# 빌드 (test 제외)
0 commit comments