git-task-list icon indicating copy to clipboard operation
git-task-list copied to clipboard

Catch missing GITHUB_TOKEN sooner

Open jayvdb opened this issue 7 years ago • 0 comments

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.

jayvdb avatar Jun 13 '18 04:06 jayvdb