Skip to main content

How to obtain Personal Access Token?

This article contains steps how to obtain personal access token on Github.

ASP.NET / .NET freehosting
If you don't already have our ASP.NET / .NET freehosting, sign up for FREE at https://MonsterASP.net/.

When do I need Personal access token?

If you want to deploy your Website directly from Github Private Repository, you need to create Personal Access token that will be used by our servers to access your Github Private Repository.

You need Private Access Token only for access to your Private Github Repository.

  1. Github account
    Log in to your Github account at Github.com.

  2. Account settings
    Click on your account at top right and go to Account Settings. Github_Private_Access_Token_1.png


  3. Developer settings
    Then scroll down left menu and click Developer settings. Github_Private_Access_Token_2.png

  4. Tokens (Classic)
    Then click Personal Access Tokens in the left menu and select Tokens (Classic). Github_Private_Access_Token_3.png

  5. Generate new token (Classic)
    Then click Generate new token on top right menu and select Generate new token (Classic). Github_Private_Access_Token_4.png

  6. Generate token
    Now you will see options for generating new token:
    Note = MonsterASP.NET
    Expiration = No expiration
    Select Repo = Full control of private repositories
    and then click Generate token at page bottom. Github_Private_Access_Token_5.png

  7. Congratulations, it's done.
    Done, you have now necessary Private Access Token to access your private Github repositories.
    Save this Token carefully. You will need this token to setup Github integration with your Website.

Github_Private_Access_Token_6.png