Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 82ef5f0

Browse files
committed
fix(notifications): correctly inject service worker for notification handling
1 parent 7aae480 commit 82ef5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_web.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111
type: string
1212

1313
secrets:
14-
FIREBASE_SERVICE_WORKER:
15-
required: true
1614
FIREBASE_OPTIONS:
1715
required: true
16+
FIREBASE_SERVICE_WORKER:
17+
required: true
1818

1919
jobs:
2020
build-hosted:
@@ -25,7 +25,7 @@ jobs:
2525
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
2626
with:
2727
firebase-options: ${{ secrets.FIREBASE_OPTIONS }}
28-
firebase-service-worker: ${{ secrets.firebase-service-worker }}
28+
firebase-service-worker: ${{ secrets.FIREBASE_SERVICE_WORKER }}
2929
platform: web
3030

3131
- name: Build LunaSea

0 commit comments

Comments
 (0)