Documentation ¶
Overview ¶
Package env implements the Pipe interface providing validation of missing environment variables needed by the release process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingToken = errors.New("missing GITHUB_TOKEN, GITLAB_TOKEN and GITEA_TOKEN")
ErrMissingToken indicates an error when GITHUB_TOKEN, GITLAB_TOKEN and GITEA_TOKEN are all missing in the environment.
View Source
var ErrMultipleTokens = errors.New("multiple tokens defined. Only one is allowed")
ErrMultipleTokens indicates that multiple tokens are defined. ATM only one of them if allowed. See https://github.com/goreleaser/goreleaser/pull/809
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.