Hacker News new | ask | show | jobs
by ipselon 1194 days ago
Vercel does not require authorization through GitHub, so it does not receive my personal access token.

Vercel does all operations with a GitHub account through its GitHub App, which the user can install on his account and give permission to access the repositories. That's why I don't understand how Vercel does create a new repository.

1 comments

wait try this:

"You can see what scopes your personal access tokens have by going to the "Settings" page of your GitHub account and clicking on "Developer settings" in the left sidebar. Then click on "Personal access tokens" to see a list of your tokens.

Each token in the list will show the scopes that it has been granted. You can click on the name of a token to view its details, including its scopes."

Is there any token there with repo?

Yes, I checked, there is no any token that was granted to Vercel.