Skip to content

Commit

Permalink
Add webframeworks to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBouloutian committed Aug 2, 2023
1 parent 6701b2b commit 12925fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXO_APPLICATION }}'
channelId: live
projectId: foxo-application
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 @@ -16,3 +16,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXO_APPLICATION }}'
projectId: foxo-application
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks

0 comments on commit 12925fc

Please sign in to comment.