nsc github profile
Manage GitHub runner profiles.
nsc github profile provides commands to manage GitHub Actions runner profiles. Runner profiles define the configuration for ephemeral runners that execute GitHub Actions workflows, including instance shape, operating system, cache settings, custom images, and network policies.
Usage
nsc github profile [command]Available Commands
- create - Create a new GitHub runner profile
- delete - Delete a GitHub runner profile
- describe - Describe a GitHub runner profile in detail
- list - List all GitHub runner profiles
- test-build-base-image - Build the base image from a profile's Dockerfile
- update - Update an existing GitHub runner profile
Related Topics
- GitHub Actions Runners - Overview of Namespace runners for GitHub Actions

