Setup Kanuka
Version updated for https://github.com/PolarWolf314/kanuka-actions to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Setup Kanuka Action is a GitHub Action designed to automate the setup and use of the Kanuka CLI for managing encrypted secrets in CI/CD workflows. It simplifies the process of securely decrypting and utilizing sensitive information, such as private keys and environment variables, within GitHub Actions. Key capabilities include installing the Kanuka CLI, decrypting secrets using a private key, and securely handling sensitive data with automatic cleanup and logging protections.
Release notes
Initial release of the Setup Kanuka GitHub Action.
Features
- Install Kanuka CLI from releases
- Configure private key for decryption
- Support for passphrase-protected keys
- Cross-platform support (Linux, macOS)