Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/sbtghpackages/GitHubPackagesKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait GitHubPackagesKeys {
val githubOwner = settingKey[String]("The github user or organization name")
val githubRepository = settingKey[String]("The github repository hosting this package")

val githubTokenSource = settingKey[TokenSource]("Where to get the API token used in publication (defaults to github.token in the git config)")
val githubTokenSource = settingKey[TokenSource]("Where to get the API token used in publication (defaults to GITHUB_TOKEN in environment variables)")

val githubSuppressPublicationWarning = settingKey[Boolean]("Whether or not to suppress the publication warning (default: false, meaning the warning will be printed)")

Expand Down