Below you will find pages that utilize the taxonomy term “Konippi”
April 16, 2026
Kiro CLI Review Action
Version updated for https://github.com/konippi/kiro-cli-review-action to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Kiro CLI Review Action automates code reviews for pull requests by analyzing diffs and posting inline comments directly on GitHub. It streamlines the review process by leveraging the Kiro CLI to provide detailed feedback, reducing manual effort and ensuring consistent quality checks. Key capabilities include event-based and on-demand triggering, configurable review parameters, and integration with custom agent configurations for tailored analysis.
April 15, 2026
Kiro CLI Review Action
Version updated for https://github.com/konippi/kiro-cli-review-action to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Kiro CLI Review Action is a GitHub Action designed to automate code reviews for pull requests using the Kiro CLI. It analyzes code changes in PRs, provides inline review comments, and supports additional on-demand reviews triggered by specific comments (e.g., @kiro). This action streamlines the code review process, saving time and ensuring consistent feedback, with customizable configurations for review agents, models, and triggers.
April 8, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.2.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates scoped installation access tokens for GitHub Apps by securely signing JSON Web Tokens (JWT) using AWS Key Management Service (KMS). It eliminates the need to store private keys in GitHub Secrets, enhancing security by keeping private keys within the AWS KMS boundary. By automating token creation and enforcing least-privilege permissions, the action streamlines GitHub App authentication workflows for repositories or organizations.
April 7, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Create GitHub App Token (AWS KMS), generates installation access tokens for GitHub Apps using AWS Key Management Service (KMS) for secure JWT signing. It eliminates the need to store private keys in GitHub Secrets by delegating JWT signing to the AWS KMS Sign API, ensuring private keys remain securely within the HSM boundary. This action automates token creation and management while enforcing least-privilege permissions for enhanced security and compliance.
April 6, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the creation of installation access tokens for GitHub Apps by leveraging AWS KMS for secure JWT signing. It eliminates the need to store private keys in GitHub Secrets by using AWS’s Sign API, ensuring that private keys remain securely within the HSM boundary. This approach enhances security and simplifies token management for workflows requiring scoped access to repositories.