• Tobias Schmidt's avatar
    Use authentification for github release API requests · 82e4dd26
    Tobias Schmidt authored
    So far the requests against the Github API to fetch release information
    has been made unauthenticated, making them subject to a rate-limit of 10
    requests per hour per IP. As the build process is executed on Travis CI,
    this results in many build failures.
    
    The requests are now made with a personal access token, in the form of
    GITHUB_AUTHENTICATION="-u prombot:<oauth token>". The standard printing
    in the Makefile has been removed in order to not expose the token.
    82e4dd26
Name
Last commit
Last update
content Loading commit data...
layouts Loading commit data...
lib Loading commit data...
static Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Dockerfile Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
Guardfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
Rules Loading commit data...
nanoc.yaml Loading commit data...
prometheus_rsa.enc Loading commit data...