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

Enable firebase ci tokens in actions. #129

Closed nohe427 closed 1 year ago

nohe427 commented 3 years ago

This enables the use of firebase ci tokens in GitHub Actions. This will allow users that cannot use service account keys to use firebase ci tokens in their actions to help with their automated deployments to Firebase hosting.

Fixes #128