dannydeut

Results 5 comments of dannydeut

I don't known if it applies to this issue. We have a variable in our base path (see specs [serverObject](https://swagger.io/specification/#serverObject)). The validator is only applied when I use the default...

I got this to work by adding the environment variable `FIREBASE_CLI_EXPERIMENTS` which is part of `firebase-tools`. ``` - name: Deploy to Firebase uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount:...

I got this to work by adding the environment variable `FIREBASE_CLI_EXPERIMENTS` which is part of `firebase-tools`. ``` - name: Deploy to Firebase uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount:...

I solved it by adding the options private ```` const pem = jwkToPem(jwk, { private: true }); ````