Skip to content

Commit

Permalink
enable experimental firebase cli in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bufleek committed Nov 20, 2023
1 parent d2e155c commit 1c7a63a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Deploy to Firebase Hosting on merge
push:
branches:
- main
workflow_dispatch:

jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand All @@ -18,3 +20,5 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHOPPING_ASSISTANT_20892 }}'
channelId: live
projectId: shopping-assistant-20892
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
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 @@ -15,3 +15,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHOPPING_ASSISTANT_20892 }}'
projectId: shopping-assistant-20892
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks

0 comments on commit 1c7a63a

Please sign in to comment.