-
From what i understand from the Oauth docs, the Is there a way to restrict to only specific repositories? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
gr2m
Jun 22, 2022
Replies: 1 comment
-
Unfortunately no, OAuth Scopes are global. An alternative would be to register a GitHub App with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lyqht
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately no, OAuth Scopes are global.
An alternative would be to register a GitHub App with
administration:write
permission, install the app on the repositories you want, and then delete the repositories using the app's credentials, see the README example (instead of creating a dispatch event, delete the repository)