GreenWall/docs/githubtoken_en.md

737 B

How to Generate Your GitHub Personal Access Token (classic)

中文: 如何获取 PAT

  1. Open https://github.com/settings/tokens/new.
  2. Configure the form as shown below:
    • Note can be any name you like.
    • Set Expiration to No expiration so the token never expires unexpectedly.
    • Select the repo and user scopes.

token step 1 token step 2

  1. Click Generate token.

token step 3

  1. Copy the generated token into the PAT input field on the login screen and click Log in.

token step 4

Note: PAT stands for Personal Access Token. Store it securely and never share it with anyone.