natemoo-re / action-firebase

GitHub Action for interacting with Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action for Firebase

This Action wraps the Firebase CLI to enable common Firebase commands.

Usage

workflow "Deploy on Firebase" {
  on = "push"
  resolves = ["deploy"]
}

action "deploy" {
  uses = "natemoo-re/action-firebase@master"
  args = "deploy"
  secrets = [ "FIREBASE_TOKEN" ]
}

Secrets

  • FIREBASE_TOKEN - Required. The token to use for authentication with the Firebase API, which can be generated by running firebase login:ci locally (more info)

License

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.

About

GitHub Action for interacting with Firebase

License:MIT License


Languages

Language:HCL 38.8%Language:Shell 36.5%Language:Dockerfile 23.5%Language:Ruby 1.2%