Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 516 Bytes

File metadata and controls

22 lines (13 loc) · 516 Bytes

GitHub Token

You will need a token to create repositories or commit changes.

~ hint

Treat tokens like passwords!

~

How to get a GitHub developer token

  1. Navigate to https://github.com/settings/tokens/new.
  2. Put name that clearly explains why you need this token.
  3. Select public_repo scope, depending which repos you want to edit from here.
  4. Click generate token, copy it, and paste it in the MakeCode dialog.

~ hint

For private repositories, select the repo scope.

~