Skip to content

Commit

Permalink
fix(notifications): correctly inject service worker for notification …
Browse files Browse the repository at this point in the history
…handling
  • Loading branch information
JagandeepBrar committed Sep 17, 2022
1 parent 7aae480 commit 82ef5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 82ef5f0

Please sign in to comment.