mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-25 09:34:13 +03:00
also set GITHUB_API_TOKEN
jonringer says his python update script uses it
This commit is contained in:
parent
09a227a12c
commit
7e211952af
@ -128,6 +128,7 @@ main = do
|
||||
ghUser <- getGithubUser
|
||||
token <- getGithubToken <|> undefined
|
||||
P.setEnv "GITHUB_TOKEN" (T.unpack token) True
|
||||
P.setEnv "GITHUB_API_TOKEN" (T.unpack token) True
|
||||
P.setEnv "PAGER" "" True
|
||||
case command of
|
||||
DeleteDone delete -> do
|
||||
|
Loading…
Reference in New Issue
Block a user