Allow for "internal" packages accessible to any action within an org without having to specify consuming repos #169492
Replies: 2 comments
-
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Somewhat similar to: https://github.com/orgs/community/discussions/66098 but the answer there suggests making the repo public which isn't a valid solution for our use case.
Within our org we have around 20 packages being consumed both by each other & by around 30-40 apps. For obvious reasons this makes the current
Manage Actions access
workflow (where you have to specifically allow consuming repos) untenable.Ideally we'd like an org-level option which says "all repos can read all packages" since we (and likely others) are small enough that we have no intra-organisation privacy concerns.
Failing that, an option on each package which specifies that all organisation repos can read it using actions would work - ideally that'd inherit from
internal
repos.As workarounds we've had to generate PAT tokens which has never felt like a great solution & presents its own issues.
Beta Was this translation helpful? Give feedback.
All reactions