diff --git a/.github/workflows/ci-cd-main.yaml b/.github/workflows/ci-cd-main.yaml index 4c195424..3a069f8d 100644 --- a/.github/workflows/ci-cd-main.yaml +++ b/.github/workflows/ci-cd-main.yaml @@ -126,6 +126,8 @@ jobs: cd ./notification/src/main/resources/ touch ./application.yaml echo "${{ secrets.YAML_PROD_NOTIFICATION }}" > ./application.yaml + mkdir -p firebase + echo "${{ secrets.FCM_ACCOUNT }}" > ./firebase/fcm.json shell: bash - name: Grant execute permission for gradlew