Custom Role With Permission to manager repository Secrets and Variables without Admin Access #155535
Replies: 3 comments 2 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
@blemke1971 Technically isn't this doable with gh cli or api given write permissions? They just can't do it in the UI, which is probably what you mean. This has proven to work as a workaround at my org, and also has the benefit of getting folks to record their actions as scripted out command line calls rather than UI screenshots. https://cli.github.com/manual/gh_variable |
|
Also a fan of this. There is no way to let users update or manage environment secrets without giving them full access to manage the environments. A custom role would be great. |

Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
I have an organization and I want to grant users the right to manage their own Repository Level Action Secrets, Environments and Variables but I DO NOT want to grant them Admin access.
It would be helpful if we could create a custom organization role that grants access to repository level secrets or a repository role that grants the same without allowing them full Admin access to all other repository settings.
All reactions