Skip to content

Flank Scripts 1.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 12:21
· 515 commits to master since this release
46e05b6
feat: Added reading service account in Github action (#1663)

Fixes #1597

## Test Plan
> How do we know the code works?

### Flank scripts part
Run command
- `flankScripts firebase save_service_account --account=<file content, link, file path>` -> to test storing service account

### Github action part
You could run Flank GitHub action on [testing repository](https://github.com/Flank/flank-github-action-testing/actions)

## Checklist

- [x] Documented
- [x] Unit tested
- [x] Test repository updated