metamask/metamask-mobile-build-version
Generates a build version for MetaMask Mobile.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-version-table | The name of the table to store the build version. | no | metamask-mobile-build-version |
| build-version-key | The key to store the build version under. | no | metamask-mobile |
| lock-table | The name of the table to store lock records. | no | metamask-mobile-build-version-lock |
| lock-key | Identifier used for the lock. Defaults to <build-version-table>#<build-version-key>. | no | "" |
| lock-lease-duration-seconds | Length of time the lock is held before expiring automatically. | no | 60 |
| lock-wait-timeout-seconds | Total time to wait for the lock before failing. | no | 300 |
| lock-poll-interval-seconds | Interval between retries when waiting for the lock. | no | 5 |
| github-token | The GitHub | yes | — |
Outputs
| name | description |
|---|---|
| build-version | Latest build version. |