ActionsRepositoryPermissionsAllowedActionsConfig

data class ActionsRepositoryPermissionsAllowedActionsConfig(val githubOwnedAllowed: Boolean, val patternsAlloweds: List<String>? = null, val verifiedAllowed: Boolean? = null)

Constructors

constructor(githubOwnedAllowed: Boolean, patternsAlloweds: List<String>? = null, verifiedAllowed: Boolean? = null)

Types

Link copied to clipboard
object Companion

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. */