From 7052cc349debba95b36ca16cc2cf8cce984cc6da Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Fri, 9 Feb 2024 10:36:17 +0100 Subject: [PATCH] [Improvement] operations/github-openid-connect - Add more GitHub restriction examples --- operations/github-openid-connect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/github-openid-connect.yaml b/operations/github-openid-connect.yaml index 51a72a50f..073296fff 100644 --- a/operations/github-openid-connect.yaml +++ b/operations/github-openid-connect.yaml @@ -30,7 +30,7 @@ Metadata: - PermissionsBoundary Parameters: GitHubRestriction: - Description: 'Comma-delimited list GitHub (org, repo, git ref) restriction (e.g., repo:octo-org/octo-repo:ref:refs/heads/demo-branch).' + Description: 'Comma-delimited list of GitHub restrictions (e.g., repo:octo-org/octo-repo:ref:refs/heads/demo-branch,repo:octo-org/octo-repo:pull_request,repo:octo-org/octo-repo:ref:refs/tags/demo-tag,repo:octo-org/octo-repo:environment:demo=env).' Type: String RoleName: Description: 'Optional name of GitHub OpenID Connect IAM Role.'