Skip to content

Commit 6856368

Browse files
authored
Update iam.tf
1 parent a290c33 commit 6856368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
// 以下設定では、malsuke/terraform-github-actions-template
44
// の全てのブランチと、すべてのイベントに対してアクセスを許可をしている
55
full_paths = [
6-
"repo:malsuke/terraform-github-actions-template:*",
6+
"repo:malsuke/*",
77
"repo:malsuke/terraform-github-actions-template:pull_request"
88
]
99
}

0 commit comments

Comments
 (0)