Installation
This guide will walk you through setting up Kraken in your project.Prerequisites
Before installing Kraken, you need to have cdkactions initialized in your project.Initialize cdkactions
Follow the cdkactions getting started guide to initialize the cdkactions project. This will create a.github/cdk directory in your repository where you’ll define your workflows.
Install Kraken
Once cdkactions is set up, install Kraken as a dependency:Build and Commit
After configuring your Kraken stacks (see Quickstart), you need to build the workflows:-
Navigate to the cdkactions directory:
-
Build the workflows:
-
Commit the generated workflow files:
.github/workflows that GitHub Actions can execute.