We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a290c33 commit 6856368Copy full SHA for 6856368
oidc/iam.tf
@@ -3,7 +3,7 @@ locals {
3
// 以下設定では、malsuke/terraform-github-actions-template
4
// の全てのブランチと、すべてのイベントに対してアクセスを許可をしている
5
full_paths = [
6
- "repo:malsuke/terraform-github-actions-template:*",
+ "repo:malsuke/*",
7
"repo:malsuke/terraform-github-actions-template:pull_request"
8
]
9
}
0 commit comments