vn7n24fzkq / github-profile-summary-cards

A tool to generate your github summary card for profile README
https://github-profile-summary-cards.vercel.app/demo
MIT License
2.6k stars 313 forks source link

[Question]Whats the value of the secret? #21

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi i did it,and it didnt load all the cards ;( i just wanted to ask what is the value of the secret

vn7n24fzkq commented 3 years ago

@Ryan-samaeian The value is your personal access token.

Creating a personal access token

Personal token permissions

If there are any problems please let me know.

ghost commented 3 years ago

Hey thanks! i did it,but it still didnt work i did fiill the value with the code and ran the action,but it didnt generator the whole thing.

vn7n24fzkq commented 3 years ago
@Ryan-samaeian That's weird. 🤔 Does the personal access token has these permissions? image

image

ghost commented 3 years ago

i did that but its still not working!

vn7n24fzkq commented 3 years ago

I notice that you forgot change the secret name in your work flow. https://github.com/Ryan-samaeian/readme/blob/a523a6c9046b01b7960b8071ed700ab365cf9f32/.github/workflows/profile-summary-cards.yml#L17 You need to change the GITHUB_TOKEN value to your secret name in your repo.

If the secret name is MY_SECRET, then the GITHUB_TOKEN should be secrets.MY_SECRET.

ghost commented 3 years ago

OHHH!

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.