Skip to content

Commit 1a6324d

Browse files
committed
Feature: add support for github workflow_job event
1 parent 86e7912 commit 1a6324d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module "webhook" {
5959
lambda_zip = var.webhook_lambda_zip
6060
lambda_timeout = var.webhook_lambda_timeout
6161
logging_retention_in_days = var.logging_retention_in_days
62+
runner_extra_labels = var.runner_extra_labels
6263

6364
role_path = var.role_path
6465
role_permissions_boundary = var.role_permissions_boundary

0 commit comments

Comments
 (0)