Show your leecode solved problem
This project is inspired by many projects collected in awesome-pinned-gists
Show how many Leetcode problems you have solved.
- Create a new public GitHub Gist (https://gist.github.com/)
- Create a token with the
gist
scope and copy it. (https://github.com/settings/tokens/new)
-
Fork this repo
-
Go to the fork repo's Actions tab to enable workflow in fork repo
-
Go to the fork repo's Settings > Secrets
-
Add the following environment variables:
- GT_TOKEN: The personal access token generated above.
- GIST_ID: The ID portion from your gist url: ex: https://gist.github.com/Pudding124/**af7077999686aeac5df7963906bbba93**
- USERNAME: The user name of your leetcode name
-
Wait for it to update (the github aciton cron job will run every 6 hours), or you can manually push the repo to trigger the action.