SaaS Integrations
GitHub
GitHub integration
Git Release Provider
Its commone to sync every release from a GitHub to a deployment. Here is an example github aciton that creates a release for a given deployment.
GitHub Actions Dispatcher
GitHub Actions Dispatcher allows you to trigger other GitHub Actions workflows from a single workflow. This is useful when you want to run multiple workflows in parallel or trigger a workflow from another repository.
Usage
To use the GitHub Actions Dispatcher, you’ll need:
- A GitHub Personal Access Token (PAT) with
repo
scope - The repository name and owner where your workflows are defined
To see all available options, run:
Example
Here is an example of how to use the GitHub Actions Dispatcher to trigger a workspace: