Skip to content

Commit

Permalink
[Improvement] operations/github-openid-connect - Add more GitHub rest…
Browse files Browse the repository at this point in the history
…riction examples
  • Loading branch information
michaelwittig committed Feb 9, 2024
1 parent 8915460 commit 7052cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/github-openid-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 7052cc3

Please sign in to comment.