### 🎫 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 |
*[→ 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'
```