Creating a repo on behalf of user using owned GitHub App #517
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Support
Any questions, information, or general needs around the SDK or GitHub APIs
I have a GitHub App that's been installed by other users, and I would like to create a repo from my private template repo on behalf of the user that has installed my GitHub App. My GitHub App has all the necessary permissions:
permissions: {
checks: 'write',
actions: 'write',
contents: 'write',
metadata: 'read',
workflows: 'write',
deployments: 'write',
administration: 'write'
},
The text was updated successfully, but these errors were encountered: