This Action wraps the Firebase CLI to enable common Firebase commands.
workflow "Deploy on Firebase" {
on = "push"
resolves = ["deploy"]
}
action "deploy" {
uses = "natemoo-re/action-firebase@master"
args = "deploy"
secrets = [ "FIREBASE_TOKEN" ]
}
FIREBASE_TOKEN
- Required. The token to use for authentication with the Firebase API, which can be generated by runningfirebase login:ci
locally (more info)
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.
Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.