View Source GitHub.Actions.SetDefaultWorkflowPermissions (GitHub REST API Client v0.0.12)

Provides struct and type for ActionsSetDefaultWorkflowPermissions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.SetDefaultWorkflowPermissions{
  __info__: map(),
  can_approve_pull_request_reviews: boolean() | nil,
  default_workflow_permissions: String.t() | nil
}