Actions Repository Permissions Allowed Actions Config Args
data class ActionsRepositoryPermissionsAllowedActionsConfigArgs(val githubOwnedAllowed: Output<Boolean>, val patternsAlloweds: Output<List<String>>? = null, val verifiedAllowed: Output<Boolean>? = null) : ConvertibleToJava<ActionsRepositoryPermissionsAllowedActionsConfigArgs>
Properties
Link copied to clipboard
Whether GitHub-owned actions are allowed in the repository.
Link copied to clipboard
Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, monalisa/octocat@, monalisa/octocat@v2, monalisa/."
Link copied to clipboard
Whether actions in GitHub Marketplace from verified creators are allowed. Set to true to allow all GitHub Marketplace actions by verified creators. */