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

Support for repository actions permissions access #2575

Closed
s4nji opened this issue Nov 24, 2022 · 1 comment · Fixed by #2578
Closed

Support for repository actions permissions access #2575

s4nji opened this issue Nov 24, 2022 · 1 comment · Fixed by #2578

Comments

@s4nji
Copy link
Contributor

s4nji commented Nov 24, 2022

Looks like this was added to github.com around March 2022 and Enterprise Server in May 2022.
It allows other repositories in the same organization or enterprise to access actions in said repository

Endpoints:
GET /repos/{owner}/{repo}/actions/permissions/access
PUT /repos/{owner}/{repo}/actions/permissions/access

I imagine this should be added as repos_actions_permissions_access.go 🤔

Additional Links & References

github/roadmap#74
https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise

@gmlewis
Copy link
Collaborator

gmlewis commented Nov 24, 2022

Sounds good, except how about if we name the file repos_actions_access.go instead?
Based on your questions, I'll assign this issue to you, but let me know if you don't want to work on it, and I'll open it up to other contributors.
Thank you, @s4nji !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants