Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.99 KB

File metadata and controls

43 lines (24 loc) · 1.99 KB

Donate your GitHub Personal Access Token

help wanted

Now we support embedding live star-history chart with SVG in GitHub markdown 👇.

Star History Chart

The usage is straightforward. We will display the follow code snippet after you query the repository from our star-history.com main page, and you just need to copy that snippet into your GitHub README markdown file.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=bytebase/star-history&type=Date)](https://star-history.com/#bytebase/star-history&Date)

For giving the easily generating SVG power to user without their token and avoiding hitting the GitHub API rate limit, we need our GitHub personal access token pool. If you like to donate one, please generate your token following the guide below.

Guide to Generate Token

  1. Sign in GitHub with your account;

  2. Go to personal access tokens page;

  3. Click the Generate new token button;

  4. Give a name for token, and choose the No expiration in the Expiration seletor;

  5. Do not select any scope, just scroll down to the page footer and click Generate token button;

  6. Click the copy button and paste it;

  7. Send your token to xuanhun.


Let's keep github-data-analysis- working together 💗