View Source GitHub.Actions.Secret (GitHub REST API Client v0.0.4)

Provides struct and type for ActionsSecret

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Secret{
  created_at: String.t(),
  name: String.t(),
  updated_at: String.t()
}