-
Notifications
You must be signed in to change notification settings - Fork 62.6k
Call out how write:packages requires repo scope on PATs #3746
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
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
I see in the preview that the warning appears twice. I don't know the best way to get it to appear only once when both reusables are included in the same page. Should I worry about the warning appearing when either reusable appears by itself? If not, which reusable should the warning appear in? I feel like, if it appears in only one place, it should be in |
@dgholz Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
data/reusables/package_registry/authenticate-to-container-registry-steps.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heads up, given the security related content I'm requesting some input from other stakeholders. ⚡
data/reusables/package_registry/authenticate_with_pat_for_container_registry.md
Outdated
Show resolved
Hide resolved
Note: Since this PR was opened there have been some changes to this feature. GitHub Container Registry now supports using the I also noted a workaround for only selecting the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dgholz Thank you for your contribution here! 🚢 This looks ready to ship!
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes #2660
What's being changed:
The docs used to recommend removing
repo
scope when creating a PAT withwrite:packages
, but it's not possible. So, clearly call that out, and when linking to the security best practices, also call out which practice to follow.Check off the following: