leszko11/setup-gpc
Install gpc and optionally initialize auth from a service account JSON payload.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release version to install, for example v1.2.3 or 1.2.3. Defaults to the latest GitHub release. | no | latest |
| repository | Repository that publishes gpc release assets. | no | leszko11/google-play-console-cli |
| service-account-json | Raw service account JSON content to persist and use with gpc auth init. | no | "" |
| profile | gpc auth profile name to initialize. | no | default |
| developer-id | Optional Play developer account ID to save with the profile. | no | "" |
Outputs
| name | description |
|---|---|
| version | Resolved gpc version that was installed. |
| binary-path | Full path to the installed gpc binary. |
| service-account-path | Path to the persisted service account file when auth was configured. |
| auth-configured | Whether auth init was executed. |