DEV Community

Discussion on: Show your latest dev.to posts automatically on your GitHub profile readme

Collapse
 
gautamkrishnar profile image
Gautam Krishna R

You cant use blog post workflow to show the GitHub activities on your readme. Github don't give you XML data yet via their API. Use github.com/jamesgeorge007/github-a... instead.

Collapse
 
karthiknayak98 profile image
KarthikNayak

What are those GitHub keys? How to generate those?

Thread Thread
 
gautamkrishnar profile image
Gautam Krishna R

It is optional in this workflow too. Just add the yml, you are good to go.

Thread Thread
 
gautamkrishnar profile image
Gautam Krishna R

github.com/settings/tokens You can get keys from here

Thread Thread
 
karthiknayak98 profile image
KarthikNayak

Yeah thanks