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

Provides struct and type for a Actions.SetDefaultWorkflowPermissions

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
}