apkg-ai/Setup apkg
Set up your GitHub Actions workflow with the apkg CLI for AI package management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of apkg to install (e.g. "0.1.1" or "latest") | no | latest |
| token | GitHub token for downloading apkg releases (avoids rate limiting) | no | ${{ github.token }} |
| apkg-token | Authentication token for the apkg registry (sets APKG_TOKEN env var) | no | — |
| registry | Override the apkg registry URL (sets APKG_REGISTRY env var) | no | — |
| run-install | Run "apkg install" after setup. Use "true" for default install, or pass flags like "--frozen-lockfile" | no | false |
| run-publish | Run "apkg publish" after setup. Use "true" for default publish, or pass flags | no | false |
Outputs
| name | description |
|---|---|
| version | The version of apkg that was installed |
| apkg-path | The path to the installed apkg binary |
| cache-hit | Whether the binary was restored from the tool cache |