grimoire-rs/Setup Grimoire
Install the grim CLI (Grimoire — the OCI-backed package manager for AI skills and rules) on the runner and add it to PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | grim release to install (`latest` or an exact `vX.Y.Z` tag) | no | latest |
| release-base-url | Base URL grim release archives are downloaded from. A mirror must serve `<base>/download/<tag>/<asset>` plus the `.sha256` sidecars; the `<base>/latest/download/<asset>` redirect is GitHub-specific, so pin an exact `version` when pointing at a mirror. | no | https://github.com/grimoire-rs/grimoire/releases |
| release-auth-header | Optional HTTP header sent with release downloads, e.g. "PRIVATE-TOKEN: <your-mirror-token>" for an authenticated mirror. Pass a secret via the action's `with:` block. | no | "" |
Outputs
| name | description |
|---|---|
| version | The installed grim version as reported by `grim --version` |