Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 719 Bytes

File metadata and controls

14 lines (9 loc) · 719 Bytes

Generate personal access token

GitHub wants you to use tokens to access private repositories (and other access-restricted stuff). The way to generate them is not obvious at first glance.

  1. User icon in upper right -> Settings
  2. Developer settings, all the way at the bottom
  3. Personal access tokens, at the bottom again

If you just want to read/write code then repo scope should be sufficient. If your repo has Github workflows in it then you will need the workflow scope as well.

To use the generated token, see Use token instead of password.

References