1. Login into your account
First step is to login into your GitHub account at https://github.com.
2. Go to settings
Open your profile settings: https://github.com/settings/profile.
3. Go to Developer settings
4. Click Personal access tokens > Fine-grained tokens > Generate new token
5. Configure your token > Generate token
Captions:
- It's your token name, does not affect your token permissions or behavior.
- Expiration date, the maximum lifespan of a fine-grained token is 1 year. After this date the token will become unusable.
- Resource owner, personal accounts have only 1 option, the account itself.
- Target repositories, select the repositories you want to have access with this token. Less is better.
- These are all permissions you can add to your token. Less is better.
Then click Generate token.
6. Copy your token and save it somewhere
Remember: this string gives anyone the permission to access the token-specific granted resources, so treat it like a password, never show to anyone neither make it publicly available.









