git-task-list
git-task-list copied to clipboard
Catch missing GITHUB_TOKEN sooner
The deploy error message for missing GITHUB_TOKEN is a bit confusing.
This will occur on forks when they forget to set GITHUB_TOKEN.
Also it is wasteful to do a full master build and it fail on deploy because of missing GITHUB_TOKEN.