This repository automatically updates my daily.dev DevCard every day using GitHub Actions. The DevCard showcases my reading activity, favorite publications, and developer profile rank on daily.dev.
- Automatic Updates: The DevCard is updated daily at midnight UTC using a scheduled GitHub Action
- Manual Trigger: The workflow can also be triggered manually from the Actions tab
- Live DevCard: Click on the card above to view my live profile on daily.dev
Want to add a DevCard to your GitHub profile? Follow these steps:
- Generate your DevCard: Visit daily.dev DevCard generator
- Get your User ID: Copy the ID from your DevCard URL (the part before
.png) - Set up the GitHub Action: Use the workflow in
.github/workflows/main.yml - Add your User ID: Set
USER_IDas a repository secret in Settings > Secrets - Update README: Reference the generated
devcard.pngfile
- ✅ Automatic daily updates
- ✅ Manual workflow dispatch
- ✅ Dependabot for action updates
- ✅ Responsive DevCard display
- ✅ Direct link to daily.dev profile
- GitHub Actions: For automation
- daily.dev API: For DevCard generation
- Jekyll: For GitHub Pages (optional)
This project follows the latest daily.dev DevCard guide and best practices.
