Enterprise Actions Permissions Allowed Actions Config
data class EnterpriseActionsPermissionsAllowedActionsConfig(val githubOwnedAllowed: Boolean, val patternsAlloweds: List<String>? = null, val verifiedAllowed: Boolean? = null)
Properties
Link copied to clipboard
Whether GitHub-owned actions are allowed in the organization.
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. */