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

Use GITHUB_TOKEN more consistently. #11043

Merged
merged 1 commit into from
Apr 6, 2021
Merged

Use GITHUB_TOKEN more consistently. #11043

merged 1 commit into from
Apr 6, 2021

Commits on Apr 6, 2021

  1. Use GITHUB_TOKEN more consistently.

    https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token
    
    This provides enough permissions for almost everything we want to do.
    
    When it's not enough (e.g. for `brew update-maintainers`): generate a
    dedicated, repo-specific token for when increased scopes are needed and
    setup a new organisation-wide token on the new PAT format.
    MikeMcQuaid committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d837d5c View commit details
    Browse the repository at this point in the history