diff --git a/src/nimblepkg/publish.nim b/src/nimblepkg/publish.nim index a892503..5b123a3 100644 --- a/src/nimblepkg/publish.nim +++ b/src/nimblepkg/publish.nim @@ -15,7 +15,7 @@ type token: string ## base64 encoding of user:pw const - ApiKeyFile = "api_token" + ApiKeyFile = "github_api_token" proc userAborted() = raise newException(NimbleError, "User aborted the process.")