View Source GitHub.Actions.RepositoryPermissions (GitHub REST API Client v0.1.1)

Provides struct and type for a Actions.RepositoryPermissions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.RepositoryPermissions{
  __info__: map(),
  allowed_actions: String.t() | nil,
  enabled: boolean(),
  selected_actions_url: String.t() | nil
}