Torah Oglander

Results 2 comments of Torah Oglander

I have been getting this same error. It looks like the culprit may be that the called action (FirebaseExtended/action-hosting-deploy@v0) doesn't enable webframeworks. The following error is copied from the `build_and_deploy`...

It looks like this works: add ```yaml steps: - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_... }' ... env: FIREBASE_CLI_EXPERIMENTS: webframeworks ``` The last part, adding env...