etherbeing/Firebase App Distribution
GitHub Action that uploads artifacts to Firebase App Distribution, via safe opinionated project structure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| appId | App id can be found on the General Settings page | yes | — |
| gpgSecretsKey | DO NOT UPLOAD CREDENTIALS INSTEAD USE A SAFE GIT SECRET KEY FOR REVEALING THEM, you may rotate it if you want to... | yes | — |
| googleAppCreds | The service credentials json key... | no | service-credentials.json |
| file | Where the APK goes to | no | ./build/app/outputs/flutter-apk/app-debug.apk |
| withSudoAccess | Use only to prepare a host to run this, useful for when running on non self-hosted containers | no | false |
| groups | A comma separated list of tester's groups to include in this release | no | — |
| releaseNotesFiles | File pointing to the release notes | no | CHANGELOG.md |
Outputs
no outputs