Skip to content
New issue

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

feat(policies): Use github access token when requesting releases #6912

Merged
merged 3 commits into from Jan 14, 2019

Commits on Jan 12, 2019

  1. feat(policies): Use github access token when requesting releases

    If the environment variable `GITHUB_TOKEN` is defined, append `?access_token=<GITHUB_TOKEN>` when requesting yarn releases from GitHub.
    
    Closes yarnpkg#6905
    billyvg committed Jan 12, 2019
    Copy the full SHA
    87e3799 View commit details
    Browse the repository at this point in the history
  2. fix lint

    billyvg committed Jan 12, 2019
    Copy the full SHA
    20c3051 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Update CHANGELOG.md

    arcanis committed Jan 14, 2019
    Copy the full SHA
    b49bf64 View commit details
    Browse the repository at this point in the history