mbwilding/GitHub Tiles
Generates SVGs for use with your GitHub profile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token Generate a token via the link below and set 'Expiration' to 'No expiration' https://github.com/settings/tokens/new?scopes=repo,read:user&description=GitHub%20Tiles Save it into a GitHub actions secret called TOKEN Only pass via a GitHub action secret so it is masked | yes | — |
| output | Output directory | no | assets |
| tiles | Tiles to generate (comma-separated: statistics,languages,contributions) | no | statistics,languages,contributions |
| private | Include private repositories | no | false |
| forks | Include forked repositories | no | false |
| languages-limit | Languages to display | no | 5 |
| languages-exclude | Languages to ignore (comma-separated and case-insensitive) | no | "" |
| contributions-limit | Contributions to display | no | 10 |
| contributions-min-stars | Contributions minimum stars | no | 0 |
| opaque | Render opaque background | no | false |
| optimize | SVG optimization | no | true |
| log-level | Log level (error, warn, info, debug, trace) | yes | info |
Outputs
no outputs