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.
1 parent c8c5948 commit 399726cCopy full SHA for 399726c
ops/repository/iam.tf
@@ -45,6 +45,7 @@ resource "aws_iam_role" "github_action_role" {
45
"token.actions.githubusercontent.com:aud" = "sts.amazonaws.com",
46
"token.actions.githubusercontent.com:sub" = [
47
"repo:${var.github_owner}/${var.github_repo}:ref:refs/heads/main",
48
+ "repo:${var.github_owner}/${var.github_repo}:pull_request"
49
]
50
}
51
0 commit comments