TIL: Building a self-updating profile README for GitHub
Summary
Today I learned about a new feature on GitHub that allows you to create a profile README by setting up a repository with the same name as your GitHub account.
- Create a repo with the same name as your account: github.com/foobar/foobar;
- Add a README.md to it; and
- GitHub will render the contents at the top of your personal profile page.
Bonus: automate update with GH Actions
Source: Building a self-updating profile README for GitHub
Categories: TIL, Github, Automation, Python, Graphql, Github Actions