Scalable Self-Hosted GitHub Runners on AWS Cloud
The Lambda Function URL and secret noted during the CloudFormation stack deployment will be required to complete the configuration of the Github Organization webhook.
Login to GitHub using an account with administrator access for the target organization and
For example, to generate a token for an organization named foo-organisation (https://github.com/foo-organisation)
- Navigate to “Your Organizations“

- choose Settings > Webhooks -> “Add Webhook” for the target organization in list
- Payload URL: Enter the Lambda Function URL
- Content type: application/json
- Secret: Enter the secret used during the creation of the Lambda Function URL
- Which events would you like to trigger this webhook?
- Let me select individual events
- Workflow job
- set to active
- Workflow job
- Let me select individual events
- “Add Webhook“
