Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultGitHubReleaseOptions = GitHubReleaseOptions{ IgnoreExtensions: []string{".pem", ".sig", ".cert"}, }
View Source
var ErrNoWorkflowToken = errors.New("token does not have workflow scope")
Functions ¶
This section is empty.
Types ¶
type Actions ¶
func NewActions ¶
type Attestation ¶
type Attestation struct {
URL string
}
func NewAttestation ¶
func NewAttestation(specURL string) (*Attestation, error)
type GCS ¶
type GitHubRelease ¶ added in v0.2.0
type GitHubRelease struct { Owner string Repository string Tag string Options GitHubReleaseOptions // contains filtered or unexported fields }
func NewGithub ¶ added in v0.2.0
func NewGithub(specURL string) (*GitHubRelease, error)
type GitHubReleaseOptions ¶ added in v0.2.0
type GitHubReleaseOptions struct {
IgnoreExtensions []string
}
Click to show internal directories.
Click to hide internal directories.