Trigger GitHub actions workflow

Manually triggering a GitHub Actions workflow can be useful in various scenarios, especially when you want to control when the workflow runs rather than relying solely on automatic triggers. Here's an example scenario:

Imagine you have a project where you regularly release new versions, and part of your workflow involves building and deploying the application. Typically, you might have automatic triggers, such as pushing to the main branch, to initiate the workflow and deploy the application. However, there are times when you want to release a new version outside of the regular development cycle, perhaps in response to a critical bug fix or a specific user request. With kubiya you can simply ask kubi to do it for you

  1. Converse with Kubi about which workflow to run :

  2. Trigger the workflow

Last updated