GitHub Actions
How to use GitHub Actions with your Orka environment.
MacStadium provides integration between Orka and GitHub Actions.
You can work with single or multiple self-hosted runners. Every single self-hosted runner is a permanent agent for your workflows - it persists over time and GitHub Actions uses it when you need to run a workflow.
Set up a single self-hosted runner
For the latest information about how to set up a single self-hosted runner, see Using an Automatically Configured Single Self-Hosted GitHub Actions Runner.
Set up multiple self-hosted runners
For the latest information about how to set up multiple self-hosted runners, see Using Multiple Automatically Configured Self-Hosted GitHub Actions Runners.
Updated about 1 year ago