Skip to content

Generating Credentials

Akash Rajpurohit edited this page Feb 2, 2025 · 3 revisions

GitHub

For GitHub, your config username is your account's username and for token you need to go to this page: https://github.com/settings/tokens/new and create a new Personal access token (Classic) with read repository permissions.

image

GitLab

For GitLab, your config username is your account's username and for token you need to go to this page: https://gitlab.com/-/user_settings/personal_access_tokens and generate a new access token with at least read permissions.

image

Bitbucket

For Bitbucket, you can find your account username here: https://bitbucket.org/account/settings/ and for token you need to generate an app-password. You can create them here: https://bitbucket.org/account/settings/app-passwords/ Ensure you give it the necessary read permissions to be able to clone your private repositories as well. See example below

image

Gitea

For Gitea, your config userame is your account's username and for token you need to go to this page: https://gitea.com/user/settings/applications (replace gitea.com with your self hosted URL if you are self-hosting it already) and generate a new access token with at least read permissions for user and repository.

image

Forgejo

For Forgejo, your config userame is your account's username and for token you need to go to this page: https://codeberg.org/user/settings/applications and generate a new access token with at least read permissions for user and repository.

Clone this wiki locally