💕 GitHub Sponsors

This plugin displays sponsors and introduction text from GitHub sponsors.

Supported features
→ Full specification
📗 Classic template 📘 Repository template
👤 Users đŸ‘Ĩ Organizations 📓 Repositories
🔑 read:user 🔑 read:org read:packages (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
  • list

plugin_sponsors_past

Display past sponsorships

This feature requires a token from target account, as past sponsorships are gathered from sponsors activity and is private data.

type: boolean
default: no

plugin_sponsors_size

Profile picture display size

✨ On master/main
type: number (8 ≤ đ‘Ĩ ≤ 64)
default: 24
## â„šī¸ Examples workflows ```yaml name: Sponsors goal uses: lowlighter/metrics@latest with: filename: metrics.plugin.sponsors.svg token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }} base: "" plugin_sponsors: yes plugin_sponsors_sections: goal plugin_sponsors_past: yes ``` ```yaml name: Sponsors introduction uses: lowlighter/metrics@latest with: filename: metrics.plugin.sponsors.full.svg token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }} base: "" plugin_sponsors: yes ```