sagargupta16/Credly Badge README Updater
Auto-sync your Credly certifications and badges to your GitHub profile README
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| credly-username | Your Credly username (from your Credly profile URL) | yes | — |
| readme-path | Path to your README file | no | README.md |
| badge-size | Badge image size in pixels | no | 100 |
| max-retries | Max retry attempts for Credly API calls | no | 3 |
| cert-keywords | Comma-separated keywords to identify industry certifications (matched against badge name) | no | Certified |
| professional-keywords | Comma-separated keywords to identify professional/partner badges | no | Partner: Technical,Generative AI Technical Intermediate,AI Foundational,Well-Architected Proficient |
Outputs
| name | description |
|---|---|
| total-badges | Total number of badges found |
| certifications-count | Number of industry certifications |
| professional-count | Number of professional/partner badges |
| knowledge-count | Number of knowledge/learning badges |
| changed | Whether the README was updated (true/false) |