Skip to content

Bump protobuf from 6.33.0 to 6.33.1 in the minor-and-patch group #209

Bump protobuf from 6.33.0 to 6.33.1 in the minor-and-patch group

Bump protobuf from 6.33.0 to 6.33.1 in the minor-and-patch group #209

name: Deploy frontend preview 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
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
working-directory: website
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SDOW_PROD }}
projectId: sdow-prod