dtinth/Upload to Firebase Storage
Upload build/test artifacts (e.g. HTML test reports) to Firebase Storage with OIDC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workload-identity-provider | Workload Identity Provider ID (projects/__/locations/global/workloadIdentityPools/__/providers/__) | yes | — |
| service-account | Service account email (__@__.iam.gserviceaccount.com) | yes | — |
| storage-prefix | Storage bucket name (gs://__) | yes | — |
| path | Path to the directory that contains the files to be uploaded | yes | — |
| suffix | Suffix to append to the path | — | report |
Outputs
| name | description |
|---|---|
| http-url | HTTP URL to the uploaded directory |
| gs-url | GS URL to the uploaded directory |