fix(notifications): correctly inject service worker for notification handling

This commit is contained in:
Jagandeep Brar
2022-09-17 00:14:53 -04:00
parent 7aae480722
commit 82ef5f0c52

View File

@@ -11,10 +11,10 @@ on:
type: string
secrets:
FIREBASE_SERVICE_WORKER:
required: true
FIREBASE_OPTIONS:
required: true
FIREBASE_SERVICE_WORKER:
required: true
jobs:
build-hosted:
@@ -25,7 +25,7 @@ jobs:
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
with:
firebase-options: ${{ secrets.FIREBASE_OPTIONS }}
firebase-service-worker: ${{ secrets.firebase-service-worker }}
firebase-service-worker: ${{ secrets.FIREBASE_SERVICE_WORKER }}
platform: web
- name: Build LunaSea