The Nunnda app is available to install from the GitHub Marketplace.
Depending on your chosen plan Click 'Install it for free' (or 'Try free for 14 days' or 'Buy with GitHub').
Choose to install in your personal account or an organization you are an owner of.
Select all or some repositories you want the app to work with.
Follow the OAuth flow to authorize the installation as your personal user.
Once complete you will be redirected to the Limmnock app domain to see a success message.
Nunnda needs to know which is your default i.e. protected branch and which is the deployment workflow you want to
monitor. These need to be configured in a YAML file located at <project-root>/.github/nunnda.yml
. The default branch
is called deploy_branch
and the workflow file is named deploy_file
.
deploy_branch:
name: main
deploy_file:
path: .github/workflows/deployment.yml
This is the only file Nunnda can read in your repository. See Single File Permissions below.
For each repository that you installed Nunnda, you need to configure a branch protection rule. Two items must be set:
Technically, pull requests are not required to create check runs, but Nunnda is designed to scan open pull requests. In future there may be an option to scan all commit SHAs in a repository.
Search for and choose 'Check Deployment Complete'. Note: a check will not show in the search box until it has been run once. It will also not show if it ran more than a week ago.
.github/nunnda.yml
, meaning Nunnda doesn't need to access any of the code in your repository (Note: this
is missing in the GitHub documentation)