mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(notifications): correctly inject service worker for notification handling
This commit is contained in:
6
.github/workflows/build_web.yml
vendored
6
.github/workflows/build_web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user