move secrets to hashicorp, don't use match (wip)
Some checks failed
Some checks failed
This commit is contained in:
@@ -63,11 +63,3 @@ Compared to the flutter template application, a few changes have to be made:
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
### Using the credentials in CI
|
||||
- Add the secret files to the repository secrets (e.g. `ANDROID_SECRETS_PROPERTIES`).
|
||||
|
||||
- temporarily write them back to files during the CI execution:
|
||||
```bash
|
||||
echo {{ secrets.ANDROID_SECRETS }} >> android/secrets.properties
|
||||
```
|
||||
|
Reference in New Issue
Block a user