diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 7784548..e6fd1a5 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: FirebaseExtended/action-hosting-deploy@v0 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUPERDECK_DEV }} diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index adbf9ea..d2f69c3 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v4 - uses: FirebaseExtended/action-hosting-deploy@v0 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUPERDECK_DEV }}