02 Mar, 2018 · 1 minute read
To generate an access-token follow these steps:-
Select Settingsfrom the drop down menu
Goto Developer Settingsfrom the side menu (bottom left)
Goto Personal access tokensfrom the side menu
Click on the Generate new tokenbutton on the top right
Enter your Github password (if prompted)
Give the token a description such as (Repository Seeder)
From the Select scopessection check public_repounder repo. This allows access to your public repositories – listing them and creating new ones.
Scroll down and click on Generate token
You will be taken back to the tokenspage. The newly created token should be highlighted in green. Copy that. This is your access token that you must use in APIs that let you interact with GitHub.