Skip to content

chore(deps): bump ws, engine.io, socket.io-adapter and puppeteer #11

chore(deps): bump ws, engine.io, socket.io-adapter and puppeteer

chore(deps): bump ws, engine.io, socket.io-adapter and puppeteer #11

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
on: pull_request
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
environment:
name: production
steps:
- uses: actions/checkout@v4
- run: echo "GEMINI_API_URL=${{secrets.GEMINI_API_URL}}"
- run: yarn deploy
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WEBXR_ANGULAR_GALLERY }}
projectId: webxr-angular-gallery