gitpod.v1.RunnerConfigurationService
CreateSCMIntegration
Creates a new SCM integration for a runner.
Use this method to:
- Configure source control access
- Set up repository integrations
- Enable code synchronization
Examples
-
Create GitHub integration:
Sets up GitHub SCM integration.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" scmId: "github" host: "github.com" oauthClientId: "client_id" oauthPlaintextClientSecret: "client_secret"
post/gitpod.v1.RunnerConfigurationService/CreateSCMIntegration
Request body
Response
Success