### đŸŽĢ Gists The *gists* plugin displays your [gists](https://gist.github.com) metrics.
#### âžĄī¸ Available options | Option | Type *(format)* **[default]** *{allowed values}* | Description | | ------ | -------------------------------- | ----------- | | `plugin_gists` | `boolean` **[no]** | Display gists metrics | Legend for option icons: * 🔐 Value should be stored in repository secrets * ✨ New feature currently in testing on `master`/`main` *[→ Full specification](metadata.yml)* #### â„šī¸ Examples workflows ```yaml name: Gists uses: lowlighter/metrics@latest with: filename: metrics.plugin.gists.svg token: ${{ secrets.METRICS_TOKEN }} base: '' plugin_gists: 'yes' ```