We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The deploy error message for missing GITHUB_TOKEN is a bit confusing.
GITHUB_TOKEN
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 text was updated successfully, but these errors were encountered:
.travis.yml: Check GITHUB_TOKEN before deploy
410adc9
Closes coala#60
2a3fda4
Provide a helpful error message early in build when pushing to master without deploy variable GITHUB_TOKEN. Closes coala#60
No branches or pull requests
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 text was updated successfully, but these errors were encountered: