Open nohe427 opened 3 years ago
I want to deploy using firebase CI tokens rather than exporting a service account key for this task
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
Store the token as env variable.
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.