-
Notifications
You must be signed in to change notification settings - Fork 60.5k
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
Misleading wording regarding permissions and access to secrets #25504
Comments
|
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
@gmargaritis Thanks so much for opening an issue! We appreciate the links and extra context! ✨ I'll triage this for the team to take a look 👀 |
|
👋🏼 Hi @gmargaritis, thanks for opening this issue and providing context! ✨ Clarifying this information makes sense to me 👍🏼 I've added the "help wanted" label. For whoever picks this work up, we should make the following changes: Change #1The note in "Encrypted secrets" should be changed from to Change #2The permissions-statement-secrets-variables-repository.md reusable should be changed from to Thanks again for your help maintaining our docs! |
|
@sabrowning1 Your suggestions make sense 🚀 I can open up a pull request for this one! |
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/security-guides/encrypted-secrets
https://github.com/github/docs/blob/main/data/reusables/actions/permissions-statement-secrets-variables-repository.md
What part(s) of the article would you like to see updated?
There's a mismatch between the UI and the API regarding permissions and access rights to secrets.
As stated in github/vscode-github-actions#62 and in https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#about-secrets-in-github-actions authenticated users with collaborator access, can update, create and delete repository secrets through the API. This feature is not available in the UI, since
Secrets and variablesexist in the Settings tab, which requiresadminaccess.The docs should reflect this mismatch. I suggest making a distinction between the UI and the API regarding the aforementioned permissions.
Change1:
to:
Additional information
No response
Footnotes
https://github.com/github/docs/blob/main/data/reusables/actions/permissions-statement-secrets-variables-repository.md ↩
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28 ↩
The text was updated successfully, but these errors were encountered: