💕 GitHub Sponsors

This plugin displays sponsors and introduction text from GitHub sponsors.

Supported features
→ Full specification
📗 Classic template 📘 Repository template
👤 Users đŸ‘Ĩ Organizations 📓 Repositories
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
GitHub sponsors card
GitHub sponsors full introduction
## âžĄī¸ Available options
TypeDescription
plugin_sponsors

Enable sponsors plugin

type: boolean
default: no
plugin_sponsors_sections

Displayed sections

  • goal: display GitHub active goal
  • about: display GitHub sponsors introduction
type: array (comma-separated)
default: goal, about
allowed values:
  • goal
  • about
## â„šī¸ Examples workflows ```yaml name: Sponsors goal uses: lowlighter/metrics@latest with: filename: metrics.plugin.sponsors.svg token: ${{ secrets.METRICS_TOKEN }} base: '' plugin_sponsors: 'yes' plugin_sponsors_sections: goal ``` ```yaml name: Sponsors introduction uses: lowlighter/metrics@latest with: filename: metrics.plugin.sponsors.full.svg token: ${{ secrets.METRICS_TOKEN }} base: '' plugin_sponsors: 'yes' ```