admin管理员组

文章数量:1191336

I created a Github App to allow login via Github to generate a UAT. This UAT is used to create a repository for the user. It works for the user I used to create and install the app. However, when I login and authorize the app using a different user, I get this error when attempting to create the repo:

Resource not accessible by integration

Is the Repository creation permission only applicable to the user which installed the Github App? Is it possible to create a Github App that allows any user to login via Github and have a repo created for them?

I created a Github App to allow login via Github to generate a UAT. This UAT is used to create a repository for the user. It works for the user I used to create and install the app. However, when I login and authorize the app using a different user, I get this error when attempting to create the repo:

Resource not accessible by integration

Is the Repository creation permission only applicable to the user which installed the Github App? Is it possible to create a Github App that allows any user to login via Github and have a repo created for them?

Share Improve this question asked Jan 24 at 5:05 CaseyCasey 5521 gold badge7 silver badges27 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The solution was to use an Oauth app instead of a Github app!

本文标签: Github App Can39t Create Repo for Other UsersStack Overflow