teoxoy / profile-readme-stats

Showcase your github stats on your profile README.md
https://github.com/marketplace/actions/profile-readme-stats
MIT License
245 stars 85 forks source link

How to integrate? Need Instructions #12

Closed avidraghav closed 3 years ago

avidraghav commented 3 years ago

I'm not able to get whatever documentation is mentioned to integrate it. Kindly provide some instructions such that I can get started with using this repository.

teoxoy commented 3 years ago

You need to create a TEMPLATE.md file like in this example and a github workflow like in this example. Then the action will create the README.md file whenever it runs.

avidraghav commented 3 years ago

Do I need to create a README.md file too or it will create one itself?

avidraghav commented 3 years ago

You need to create a TEMPLATE.md file like in this example and a github workflow like in this example. Then the action will create the README.md file whenever it runs.

I have made these 2 files and pushed the changes in the repository with same name as my username. Kindly tell the next steps

avidraghav commented 3 years ago

image I'm getting this error

teoxoy commented 3 years ago

It's not necessary for you to create the README.md file beforehand. You need to pass in your token. You can check github's docs for more info about secrets.

avidraghav commented 3 years ago

Thanks I got this.