-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 752 Bytes
/
action.yml
File metadata and controls
26 lines (26 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Setup Firebase
description: Setup the firebase-tools in this workflow step
author: Jeremy Shore
inputs:
tools-version:
description: Version of firebase-tools to install
required: false
firebase_token:
description: The token to use for authentication
required: false
gcp_sa_key:
description: Service account key for authentication
required: false
project_id:
description: Specify a specific project to use for all commands
required: false
project_path:
description: Path to the folder containing firebase.json if it doesn't exist at the root of your repository
required: false
branding:
icon: 'activity'
color: 'gray-dark'
runs:
using: node20
main: dist/setup/index.js
post-if: success()