polarwolf314/Setup Kanuka
Set up Kanuka CLI for encrypted secrets management in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 9, 2026
- License
- MIT
Pinned Snippet
uses: polarwolf314/kanuka-actions@eeb4cb3d02ee3f873c7957bfbe64887093c787e8 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| private-key | Private key content for decryption (from GitHub Secrets) | yes | — |
| passphrase | Passphrase for the private key, if encrypted | no | "" |
| version | Kanuka version to install (e.g., "1.2.0" or "latest") | no | latest |
Outputs
| name | description |
|---|---|
| private-key-path | Path to the private key file (for use with --private-key-stdin) |