We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959fcb2 commit 6ea57d3Copy full SHA for 6ea57d3
lighthouse-demo/app/Main.hs
@@ -50,7 +50,7 @@ imgToDisplay img pixToColor = generateDisplay pixAt
50
main :: IO ()
51
main = do
52
-- Fetch credentials from env vars
53
- username <- T.pack <$> getEnv "LIGHTHOUSE_USERNAME"
+ username <- T.pack <$> getEnv "LIGHTHOUSE_USER"
54
token <- T.pack <$> getEnv "LIGHTHOUSE_TOKEN"
55
let auth = Authentication { authUsername = username, authToken = token }
56
opts = (defaultOptions auth ()) { optLogHandler = simpleLogHandler infoLevel }
0 commit comments