rudrankriyam/Setup asc
Install the asc CLI (App Store Connect CLI) in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to install: latest, 0.28.12, v0.28.12, or main | no | latest |
| sha | Exact commit SHA to install via go install (overrides version) | no | — |
| cache | Cache the downloaded release asset (true/false) | no | true |
| install-dir | Directory to install asc into (defaults to $RUNNER_TEMP/asc/bin) | no | — |
| token | GitHub token for API requests (avoids rate limits when resolving latest) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| asc-path | Absolute path to the installed asc binary |
| asc-version | Resolved version that was installed |
| cache-hit | Whether the binary was restored from cache |