Skip to content

Commit 63079ca

Browse files
authored
Merge pull request #8 from malsuke/oidc
Update iam.tf
2 parents a290c33 + 6856368 commit 63079ca

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)