apkg-ai/Setup apkg

Set up your GitHub Actions workflow with the apkg CLI for AI package management

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of apkg to install (e.g. "0.1.1" or "latest")nolatest
tokenGitHub token for downloading apkg releases (avoids rate limiting)no${{ github.token }}
apkg-tokenAuthentication token for the apkg registry (sets APKG_TOKEN env var)no
registryOverride the apkg registry URL (sets APKG_REGISTRY env var)no
run-installRun "apkg install" after setup. Use "true" for default install, or pass flags like "--frozen-lockfile"nofalse
run-publishRun "apkg publish" after setup. Use "true" for default publish, or pass flagsnofalse
namedescription
versionThe version of apkg that was installed
apkg-pathThe path to the installed apkg binary
cache-hitWhether the binary was restored from the tool cache