Skip to content

Commit

Permalink
Update firebase-hosting-pull-request.yml
Browse files Browse the repository at this point in the history
Added secrets to env during GitHub Action
  • Loading branch information
PaulHo0501 authored Jun 28, 2024
1 parent b5a4644 commit 6f32973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: Deploy to Firebase Hosting on PR
'on': pull_request
env:
VITE_FIREBASE_CONFIG: ${{ secrets.VITE_FIREBASE_CONFIG}}
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
Expand Down

0 comments on commit 6f32973

Please sign in to comment.