also set GITHUB_API_TOKEN

jonringer says his python update script uses it
This commit is contained in:
Ryan Mulligan 2020-10-11 12:35:18 -07:00
parent 09a227a12c
commit 7e211952af

View File

@ -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