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.
The deploy error message for missing
GITHUB_TOKENis 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.