Change name of file where publish token is saved.
This commit is contained in:
parent
82dcadeb46
commit
8e143a097d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue