FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
695 stars 202 forks source link

Are github environments relevant for making a preview channel deploys? #328

Open erikmartinessanches opened 9 months ago

erikmartinessanches commented 9 months ago

Github environments can have different environment secrets.

Is it possible to use these environments (and their secrets) with firebase deploy preview channels, or are environments not relevant for firebase preview channels?

I'm trying to use environment secrets (inside a preview channel deploy) from those environments, but not sure if I'm supposed to edit the yaml action file somehow. I'm trying to put secrets into github environments using the dotnev-vault solution. Or if there's a better approach to load different environment secrets.