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
705 stars 202 forks source link

Add support for firebase CI token #128

Open nohe427 opened 3 years ago

nohe427 commented 3 years ago

The use case you're trying to solve

I want to deploy using firebase CI tokens rather than exporting a service account key for this task

Change to the action that would solve that use case

Rather than require a service account credential we could optionally have either a firebase ci token or a service account credential. Then when running firebase deploy, we could append the token as necessary

Other considerations

Store the token as env variable.