dosanggu/Firebase Artifact Pruner (DEPRECATED - Use firebase-distribution-cleaner)
DEPRECATED: This action is no longer maintained. Please use the firebase-distribution-cleaner action instead. Prunes old Firebase App Distribution artifacts based on specified criteria.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-id | Firebase Project ID. | yes | — |
| service-account-key-json | Firebase service account key as a JSON string. Recommended for use with secrets. | no | — |
| service-account-key-path | Path to Firebase service account key JSON file. Used if service-account-key-json or GOOGLE_APPLICATION_CREDENTIALS env is not provided. | no | — |
| app-id | Specific Firebase App ID to process. If not provided, all apps in the project will be processed. | no | — |
| min-count | Minimum number of artifacts to keep. | no | 5 |
| max-days | Maximum age in days for artifacts to keep. | no | 30 |
Outputs
no outputs