We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b7770 commit 5d0011cCopy full SHA for 5d0011c
1 file changed
.github/workflows/cicd.yml
@@ -24,7 +24,13 @@ jobs:
24
echo "${{ secrets.ENV }}" > .env
25
mkdir ./src/main/resources/firebase
26
touch ./src/main/resources/firebase/currumi-24b29-firebase-adminsdk-fbsvc-d222b2e081.json
27
- echo "${{ secrets.FCM_PROPERTIES }}" > ./src/main/resources/firebase/currumi-24b29-firebase-adminsdk-fbsvc-d222b2e081.json
+
28
+ - name: Set Firebase Json File
29
+ uses: jsdaniell/create-json@v1.2.2
30
+ with:
31
+ name: "currumi-24b29-firebase-adminsdk-fbsvc-d222b2e081.json"
32
+ json: ${{ secrets.FCM_PROPERTIES }}
33
+ dir: './src/main/resources/firebase'
34
35
- name: Set up JDK 17
36
uses: actions/setup-java@v4
0 commit comments