reality-check-inc/Secrets for AppSettings.json
Use secrets.json to update appsettings.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tz | Unix time zone | no | America/Denver |
| secrets | Content of secrets.json | yes | — |
| appsettings | Path to appsettings.json | no | — |
| csproj | Path to csproj file | no | — |
| manifest | Path to Windows Package.appxmanifest file | no | — |
| infoplist | Path to Info.plist file | no | — |
| buildversion | Build version repository variable value | no | 0.0.0 |
| buildflavor | Build flavor, such as windows,ios,macos | no | windows |
| printFile | Print file content after replacement (secrets are hidden) | no | false |
| printDirectory | Print directory content | no | false |
| version | Build version repository variable name | no | BuildVersion |
| date | Build date repository variable name | no | BuildDate |
| datetime | Build date/time repository variable name | no | BuildDateTime |
| timestamp | Build timestamp repository variable name | no | BuildTimeStamp |
| asbuildflavor | appsettings.json build flavor label | no | — |
| asbuildversion | appsettings.json build version label | no | — |
| asbuilddate | appsettings.json build date label | no | — |
| asbuilddatetime | appsettings.json build date/time label | no | — |
| asbuildtimestamp | appsettings.json build unix timestamp label | no | — |
Outputs
| name | description |
|---|---|
| version | Build version from tag |
| date | Build date string |
| datetime | Build date/time string |
| timestamp | Build unix timestamp (always UTC) |