diff --git a/README.md b/README.md
index 66272f1..c61abdc 100644
--- a/README.md
+++ b/README.md
@@ -231,7 +231,7 @@ Available targets:
| [codepipeline\_label](#module\_codepipeline\_label) | cloudposse/label/null | 0.25.0 |
| [codepipeline\_s3\_policy\_label](#module\_codepipeline\_s3\_policy\_label) | cloudposse/label/null | 0.25.0 |
| [codestar\_label](#module\_codestar\_label) | cloudposse/label/null | 0.25.0 |
-| [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.12.0 |
+| [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.12.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
diff --git a/docs/terraform.md b/docs/terraform.md
index d5e9f79..139d18e 100644
--- a/docs/terraform.md
+++ b/docs/terraform.md
@@ -27,7 +27,7 @@
| [codepipeline\_label](#module\_codepipeline\_label) | cloudposse/label/null | 0.25.0 |
| [codepipeline\_s3\_policy\_label](#module\_codepipeline\_s3\_policy\_label) | cloudposse/label/null | 0.25.0 |
| [codestar\_label](#module\_codestar\_label) | cloudposse/label/null | 0.25.0 |
-| [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.12.0 |
+| [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.12.1 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
diff --git a/main.tf b/main.tf
index afb3ba1..aafa3dd 100644
--- a/main.tf
+++ b/main.tf
@@ -430,7 +430,7 @@ resource "aws_codepipeline_webhook" "webhook" {
module "github_webhooks" {
source = "cloudposse/repository-webhooks/github"
- version = "0.12.0"
+ version = "0.12.1"
enabled = module.this.enabled && var.webhook_enabled ? true : false
github_organization = var.repo_owner