We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a290c33 + 6856368 commit 63079caCopy full SHA for 63079ca
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