Allow OAuth clients to push code
What does this MR do?
- OAuth clients can currently fetch code using the access token as a password
- This MR expands their ability to allow pushing code using the access token as a password
- OAuth clients can currently get around this limitation by creating a deploy key with push access
What are the relevant issue numbers?
- Closes #30305 (closed)