Skip to content

Commit 1cc275f

Browse files
authored
fix: propagate integrations instead of repository_roles for integrations bypass_actors (#62)
1 parent 77de7dd commit 1cc275f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/repository_base/rulesets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "ruleset" {
9393
user_id = data.github_user.branch_ruleset_bypasser[bypasser.user].id
9494
always_bypass = bypasser.always_bypass
9595
}]
96-
integrations = try(each.value.bypass_actors.repository_roles, [])
96+
integrations = try(each.value.bypass_actors.integrations, [])
9797
}
9898

9999
ref_name_inclusions = each.value.conditions.ref_name.include

0 commit comments

Comments
 (0)