You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get your Personal Access Token (PAT)
For deploying your own instance of GitHub Readme Stats, you will need to create a GitHub Personal Access Token (PAT).
To import a project, click the Add New... button and select the Project option.
Click the Continue with GitHub button, search for the required Git Repository and import it by clicking the Import button. Alternatively, you can import a Third-Party Git Repository using the Import Third-Party Git Repository -> link at the bottom of the page.
Create a Personal Access Token (PAT) as described in the previous section.
Add the PAT as an environment variable named GITHUB_TOKEN1
Note
Very important: Note that in the github-readme-stats repo, the environment variable is named as PAT_1 as shown below. However, in this repo one must name this environment variable as GITHUB_TOKEN1. I have tried GITHUB_TOKEN, PAT_1, etc., only the GITHUB_TOKEN1 works.
Click deploy, and you're good to go. See your domains to use the API!
I just deployed my own instance and would like to share my experience.
The final result can be viewed at @cy-Yin : https://github.com/cy-Yin
Similar to github-readme-stats/deploy-on-your-own, with some details modified.
For deploying your own instance of GitHub Readme Stats, you will need to create a GitHub Personal Access Token (PAT).
Generate new token->Generate new token (classic).Log in.Continue with GitHub.Add New...button and select theProjectoption.Continue with GitHubbutton, search for the required Git Repository and import it by clicking theImportbutton. Alternatively, you can import a Third-Party Git Repository using theImport Third-Party Git Repository ->link at the bottom of the page.environment variablenamedGITHUB_TOKEN1Note
Very important: Note that in the github-readme-stats repo, the
environment variableis named asPAT_1as shown below. However, in this repo one must name thisenvironment variableasGITHUB_TOKEN1. I have triedGITHUB_TOKEN,PAT_1, etc., only theGITHUB_TOKEN1works.