SquidDev-CC / Howl

A CC build system
http://www.computercraft.info/forums2/index.php?/topic/21254-
MIT License
16 stars 4 forks source link

Gist task not working #39

Closed MineRobber9000 closed 7 years ago

MineRobber9000 commented 7 years ago

In my project, I have a task to upload to a gist. I set up the settings.lua file in .howl so that it had my github key in it. It still showed the "You have no github key" message.

My .howl/settings.lua looks like:

{
    ["githubKey"]="redacted"
}
SquidDev commented 7 years ago

Sorry for taking an age to get to this. Are you using Howl from the Gist, or the latest commit? If it is the former, you'll need to use .howl.settings.lua instead. The latest commits of Howl should support both.

MineRobber9000 commented 7 years ago

I was using the howl from the gist, thanks for clarifying.