Skip to main content

Module - Update GitHub App Webhook

This module is using the local executor to run a bash script.

This module updates the GitHub App webhook with the endpoint and secret and can be changed with the root module. See the examples for usages.

Requirements

NameVersion
terraform>= 1.3.0
null~> 3

Providers

NameVersion
null~> 3

Modules

No modules.

Resources

NameType
null_resource.update_appresource

Inputs

NameDescriptionTypeDefaultRequired
github_appGitHub app parameters, see your github app. Ensure the key is the base64-encoded .pem file (the output of base64 app.private-key.pem, not the content of private-key.pem).
object({
key_base64 = string
id = string
webhook_secret = string
})
n/ayes
webhook_endpointThe endpoint to use for the webhook, defaults to the endpoint of the runners module.stringn/ayes

Outputs

No outputs.